#f14884

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

Shades of French Rose #F14884

Tints of French Rose #F14884

Color information

#F14884 (or 0xF14884) is unknown color: approx French Rose. HEX triplet: F1, 48 and 84. RGB value is (241,72,132). Sum of RGB (Red+Green+Blue) = 241+72+132=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F14884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14884 is #0EB77B. Grayscale: #818181. Windows color (decimal): -964476 or 8669425. OLE color: 8669425.

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

Color convert

RGB24172132-
CMYK00.700.450.05
HSL338.7º85.79%61.37%-
HSV(B)338.7º70.12%94.51%-
XYZ42.762524.4-
YUV129.37129.49207.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.16%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=54.16%
G=16.18%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417213200.700.450.05338.785.7961.37
HexF148840462D5153563d
Octal361110204010655552312675
Binary11110001100100010000100010001101011011011010100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14884; }

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

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

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

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

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

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

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

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