#F14D87

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

Shades of French Rose #F14D87

Tints of French Rose #F14D87

Color information

#F14D87 (or 0xF14D87) is unknown color: approx French Rose. HEX triplet: F1, 4D and 87. RGB value is (241,77,135). Sum of RGB (Red+Green+Blue) = 241+77+135=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D87 is #0EB278. Grayscale: #848484. Windows color (decimal): -963193 or 8867313. OLE color: 8867313.

HSL color Cylindrical-coordinate representation of color #F14D87: hue angle of 338.78º 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 #F14D87 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB24177135-
CMYK00.680.440.05
HSL338.78º85.42%62.35%-
HSV(B)338.78º68.05%94.51%-
XYZ43.325.7625.61-
YUV132.65129.33205.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 77 (30.47% from 255) = 17.00%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=53.20%
G=17.00%
B=29.80%

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
Decimal2417713500.680.440.05338.7885.4262.35
HexF14D870442C5153553e
Octal361115207010454552312576
Binary11110001100110110000111010001001011001011010100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D87; }

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

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

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

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

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

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

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

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