#F14797

Color #F14797 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F14797

Tints of Violet Red #F14797

Color information

#F14797 (or 0xF14797) is unknown color: approx Violet Red. HEX triplet: F1, 47 and 97. RGB value is (241,71,151). Sum of RGB (Red+Green+Blue) = 241+71+151=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F14797 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14797 is #0EB868. Grayscale: #828282. Windows color (decimal): -964713 or 9914353. OLE color: 9914353.

HSL color Cylindrical-coordinate representation of color #F14797: hue angle of 331.76º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14797 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24171151-
CMYK00.710.370.05
HSL331.76º85.86%61.18%-
HSV(B)331.76º70.54%94.51%-
XYZ44.1125.4431.86-
YUV130.95139.32206.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 71 (28.12% from 255) = 15.33%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=52.05%
G=15.33%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417115100.710.370.05331.7685.8661.18
HexF1479704725514c563d
Octal361107227010745551412675
Binary11110001100011110010111010001111001011011010011001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14797; }

 p { color: rgb(241,71,151); }

 H1.HeaderClassName
 {
   color: #F14797;
 }
 .AnyTagClassName
 {
   color: #F14797;
 }
</style>
background-color css

<style>
 a { background-color: #F14797; }

 a { background-color: rgb(241,71,151); }

 div.DivClassName
 {
   background-color: #F14797;
 }
 .BgClassName
 {
   background-color: #F14797;
 }
</style>
border-color css

<style>
 span { border-color: #F14797; }

 span { border-color: rgb(241,71,151); }

 td.TdClassName
 {
   border-color: #F14797;
 }
 .TagClassName
 {
   border-color: #F14797;
 }
</style>