#F14E8E

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

Shades of French Rose #F14E8E

Tints of French Rose #F14E8E

Color information

#F14E8E (or 0xF14E8E) is unknown color: approx French Rose. HEX triplet: F1, 4E and 8E. RGB value is (241,78,142). Sum of RGB (Red+Green+Blue) = 241+78+142=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14E8E is #0EB171. Grayscale: #858585. Windows color (decimal): -962930 or 9326321. OLE color: 9326321.

HSL color Cylindrical-coordinate representation of color #F14E8E: hue angle of 336.44º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E8E is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24178142-
CMYK00.680.410.05
HSL336.44º85.34%62.55%-
HSV(B)336.44º67.63%94.51%-
XYZ43.8826.128.32-
YUV134.03132.5204.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=52.28%
G=16.92%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417814200.680.410.05336.4485.3462.55
HexF14E8E044295150553f
Octal361116216010451552012577
Binary11110001100111010001110010001001010011011010100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E8E; }

 p { color: rgb(241,78,142); }

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

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

 a { background-color: rgb(241,78,142); }

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

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

 span { border-color: rgb(241,78,142); }

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