#F34A80

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

Shades of French Rose #F34A80

Tints of French Rose #F34A80

Color information

#F34A80 (or 0xF34A80) is unknown color: approx French Rose. HEX triplet: F3, 4A and 80. RGB value is (243,74,128). Sum of RGB (Red+Green+Blue) = 243+74+128=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34A80 is #0CB57F. Grayscale: #828282. Windows color (decimal): -832896 or 8407795. OLE color: 8407795.

HSL color Cylindrical-coordinate representation of color #F34A80: hue angle of 340.83º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34A80 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24374128-
CMYK00.700.470.05
HSL340.83º87.56%62.16%-
HSV(B)340.83º69.55%95.29%-
XYZ43.3125.5123.06-
YUV130.69126.49208.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.61%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=54.61%
G=16.63%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437412800.700.470.05340.8387.5662.16
HexF34A800462F5155583e
Octal363112200010657552513076
Binary11110011100101010000000010001101011111011010101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34A80; }

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

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

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

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

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

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

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

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