#F14889

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

Shades of French Rose #F14889

Tints of French Rose #F14889

Color information

#F14889 (or 0xF14889) is unknown color: approx French Rose. HEX triplet: F1, 48 and 89. RGB value is (241,72,137). Sum of RGB (Red+Green+Blue) = 241+72+137=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F14889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14889 is #0EB776. Grayscale: #818181. Windows color (decimal): -964471 or 8997105. OLE color: 8997105.

HSL color Cylindrical-coordinate representation of color #F14889: hue angle of 336.92º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14889 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24172137-
CMYK00.700.430.05
HSL336.92º85.79%61.37%-
HSV(B)336.92º70.12%94.51%-
XYZ43.1125.1426.25-
YUV129.94131.99207.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=53.56%
G=16%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417213700.700.430.05336.9285.7961.37
HexF148890462B5151563d
Octal361110211010653552112675
Binary11110001100100010001001010001101010111011010100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14889; }

 p { color: rgb(241,72,137); }

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

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

 a { background-color: rgb(241,72,137); }

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

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

 span { border-color: rgb(241,72,137); }

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