#F14C84

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

Shades of French Rose #F14C84

Tints of French Rose #F14C84

Color information

#F14C84 (or 0xF14C84) is unknown color: approx French Rose. HEX triplet: F1, 4C and 84. RGB value is (241,76,132). Sum of RGB (Red+Green+Blue) = 241+76+132=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C84 is #0EB37B. Grayscale: #838383. Windows color (decimal): -963452 or 8670449. OLE color: 8670449.

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

Color convert

RGB24176132-
CMYK00.680.450.05
HSL339.64º85.49%62.16%-
HSV(B)339.64º68.46%94.51%-
XYZ43.0225.5424.49-
YUV131.72128.16205.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=53.67%
G=16.93%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417613200.680.450.05339.6485.4962.16
HexF14C840442D5154553e
Octal361114204010455552412576
Binary11110001100110010000100010001001011011011010101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C84; }

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

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

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

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

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

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

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

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