#F14A99

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

Shades of French Rose #F14A99

Tints of French Rose #F14A99

Color information

#F14A99 (or 0xF14A99) is unknown color: approx French Rose. HEX triplet: F1, 4A and 99. RGB value is (241,74,153). Sum of RGB (Red+Green+Blue) = 241+74+153=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A99 is #0EB566. Grayscale: #848484. Windows color (decimal): -963943 or 10046193. OLE color: 10046193.

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

Color convert

RGB24174153-
CMYK00.690.370.05
HSL331.62º85.64%61.76%-
HSV(B)331.62º69.29%94.51%-
XYZ44.4725.932.79-
YUV132.94139.33205.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.50%
GREEN value IS 74 (29.30% from 255) = 15.81%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=51.50%
G=15.81%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417415300.690.370.05331.6285.6461.76
HexF14A9904525514c563e
Octal361112231010545551412676
Binary11110001100101010011001010001011001011011010011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A99; }

 p { color: rgb(241,74,153); }

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

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

 a { background-color: rgb(241,74,153); }

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

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

 span { border-color: rgb(241,74,153); }

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