#F14C87

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

Shades of French Rose #F14C87

Tints of French Rose #F14C87

Color information

#F14C87 (or 0xF14C87) is unknown color: approx French Rose. HEX triplet: F1, 4C and 87. RGB value is (241,76,135). Sum of RGB (Red+Green+Blue) = 241+76+135=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C87 is #0EB378. Grayscale: #838383. Windows color (decimal): -963449 or 8867057. OLE color: 8867057.

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

Color convert

RGB24176135-
CMYK00.680.440.05
HSL338.55º85.49%62.16%-
HSV(B)338.55º68.46%94.51%-
XYZ43.2325.6225.59-
YUV132.06129.66205.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.32%
GREEN value IS 76 (30.08% from 255) = 16.81%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=53.32%
G=16.81%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417613500.680.440.05338.5585.4962.16
HexF14C870442C5153553e
Octal361114207010454552312576
Binary11110001100110010000111010001001011001011010100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C87; }

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

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

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

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

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

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

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

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