#F14187

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

Shades of Violet Red #F14187

Tints of Violet Red #F14187

Color information

#F14187 (or 0xF14187) is unknown color: approx Violet Red. HEX triplet: F1, 41 and 87. RGB value is (241,65,135). Sum of RGB (Red+Green+Blue) = 241+65+135=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14187 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14187 is #0EBE78. Grayscale: #7D7D7D. Windows color (decimal): -966265 or 8864241. OLE color: 8864241.

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

Color convert

RGB24165135-
CMYK00.730.440.05
HSL336.14º86.27%60%-
HSV(B)336.14º73.03%94.51%-
XYZ42.5424.2325.36-
YUV125.6133.31210.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.65%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=54.65%
G=14.74%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416513500.730.440.05336.1486.2760
HexF141870492C5150563c
Octal361101207011154552012674
Binary11110001100000110000111010010011011001011010100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14187; }

 p { color: rgb(241,65,135); }

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

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

 a { background-color: rgb(241,65,135); }

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

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

 span { border-color: rgb(241,65,135); }

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