#F14886

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

Shades of French Rose #F14886

Tints of French Rose #F14886

Color information

#F14886 (or 0xF14886) is unknown color: approx French Rose. HEX triplet: F1, 48 and 86. RGB value is (241,72,134). Sum of RGB (Red+Green+Blue) = 241+72+134=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F14886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14886 is #0EB779. Grayscale: #818181. Windows color (decimal): -964474 or 8800497. OLE color: 8800497.

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

Color convert

RGB24172134-
CMYK00.700.440.05
HSL337.99º85.79%61.37%-
HSV(B)337.99º70.12%94.51%-
XYZ42.925.0625.13-
YUV129.6130.49207.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 72 (28.52% from 255) = 16.11%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=53.91%
G=16.11%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417213400.700.440.05337.9985.7961.37
HexF148860462C5152563d
Octal361110206010654552212675
Binary11110001100100010000110010001101011001011010100101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14886; }

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

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

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

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

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

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

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

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