#F14A80

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

Shades of French Rose #F14A80

Tints of French Rose #F14A80

Color information

#F14A80 (or 0xF14A80) is unknown color: approx French Rose. HEX triplet: F1, 4A and 80. RGB value is (241,74,128). Sum of RGB (Red+Green+Blue) = 241+74+128=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A80 is #0EB57F. Grayscale: #828282. Windows color (decimal): -963968 or 8407793. OLE color: 8407793.

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

Color convert

RGB24174128-
CMYK00.690.470.05
HSL340.6º85.64%61.76%-
HSV(B)340.6º69.29%94.51%-
XYZ42.6225.1623.03-
YUV130.09126.83207.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.40%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=54.40%
G=16.70%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417412800.690.470.05340.685.6461.76
HexF14A800452F5155563e
Octal361112200010557552512676
Binary11110001100101010000000010001011011111011010101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A80; }

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

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

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

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

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

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

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

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