#F14C82

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

Shades of French Rose #F14C82

Tints of French Rose #F14C82

Color information

#F14C82 (or 0xF14C82) is unknown color: approx French Rose. HEX triplet: F1, 4C and 82. RGB value is (241,76,130). Sum of RGB (Red+Green+Blue) = 241+76+130=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C82 is #0EB37D. Grayscale: #838383. Windows color (decimal): -963454 or 8539377. OLE color: 8539377.

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

Color convert

RGB24176130-
CMYK00.680.460.05
HSL340.36º85.49%62.16%-
HSV(B)340.36º68.46%94.51%-
XYZ42.8925.4823.78-
YUV131.49127.16206.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=53.91%
G=17.00%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417613000.680.460.05340.3685.4962.16
HexF14C820442E5154553e
Octal361114202010456552412576
Binary11110001100110010000010010001001011101011010101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C82; }

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

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

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

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

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

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

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

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