#F14A89

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

Shades of French Rose #F14A89

Tints of French Rose #F14A89

Color information

#F14A89 (or 0xF14A89) is unknown color: approx French Rose. HEX triplet: F1, 4A and 89. RGB value is (241,74,137). Sum of RGB (Red+Green+Blue) = 241+74+137=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A89 is #0EB576. Grayscale: #838383. Windows color (decimal): -963959 or 8997617. OLE color: 8997617.

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

Color convert

RGB24174137-
CMYK00.690.430.05
HSL337.37º85.64%61.76%-
HSV(B)337.37º69.29%94.51%-
XYZ43.2425.426.29-
YUV131.11131.33206.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.32%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=53.32%
G=16.37%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417413700.690.430.05337.3785.6461.76
HexF14A890452B5151563e
Octal361112211010553552112676
Binary11110001100101010001001010001011010111011010100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A89; }

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

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

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

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

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

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

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

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