#F14C88

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

Shades of French Rose #F14C88

Tints of French Rose #F14C88

Color information

#F14C88 (or 0xF14C88) is unknown color: approx French Rose. HEX triplet: F1, 4C and 88. RGB value is (241,76,136). Sum of RGB (Red+Green+Blue) = 241+76+136=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C88 is #0EB377. Grayscale: #848484. Windows color (decimal): -963448 or 8932593. OLE color: 8932593.

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

Color convert

RGB24176136-
CMYK00.680.440.05
HSL338.18º85.49%62.16%-
HSV(B)338.18º68.46%94.51%-
XYZ43.325.6525.96-
YUV132.17130.16205.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=53.20%
G=16.78%
B=30.02%

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
Decimal2417613600.680.440.05338.1885.4962.16
HexF14C880442C5152553e
Octal361114210010454552212576
Binary11110001100110010001000010001001011001011010100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C88; }

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

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

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

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

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

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

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

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