#F14A87

Color #F14A87 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F14A87

Tints of French Rose #F14A87

Color information

#F14A87 (or 0xF14A87) is unknown color: approx French Rose. HEX triplet: F1, 4A and 87. RGB value is (241,74,135). Sum of RGB (Red+Green+Blue) = 241+74+135=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A87 is #0EB578. Grayscale: #828282. Windows color (decimal): -963961 or 8866545. OLE color: 8866545.

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

Color convert

RGB24174135-
CMYK00.690.440.05
HSL338.08º85.64%61.76%-
HSV(B)338.08º69.29%94.51%-
XYZ43.125.3525.54-
YUV130.89130.33206.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 135 (53.12% from 255) = 30%
R=53.56%
G=16.44%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417413500.690.440.05338.0885.6461.76
HexF14A870452C5152563e
Octal361112207010554552212676
Binary11110001100101010000111010001011011001011010100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A87; }

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

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

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

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

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

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

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

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