#F34E81

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

Shades of French Rose #F34E81

Tints of French Rose #F34E81

Color information

#F34E81 (or 0xF34E81) is unknown color: approx French Rose. HEX triplet: F3, 4E and 81. RGB value is (243,78,129). Sum of RGB (Red+Green+Blue) = 243+78+129=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F34E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34E81 is #0CB17E. Grayscale: #858585. Windows color (decimal): -831871 or 8474355. OLE color: 8474355.

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

Color convert

RGB24378129-
CMYK00.680.470.05
HSL341.45º87.3%62.94%-
HSV(B)341.45º67.9%95.29%-
XYZ43.6526.0923.5-
YUV133.15125.66206.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 129 (50.78% from 255) = 28.67%
R=54%
G=17.33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437812900.680.470.05341.4587.362.94
HexF34E810442F5155573f
Octal363116201010457552512777
Binary11110011100111010000001010001001011111011010101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34E81; }

 p { color: rgb(243,78,129); }

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

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

 a { background-color: rgb(243,78,129); }

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

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

 span { border-color: rgb(243,78,129); }

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