#F34D82

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

Shades of French Rose #F34D82

Tints of French Rose #F34D82

Color information

#F34D82 (or 0xF34D82) is unknown color: approx French Rose. HEX triplet: F3, 4D and 82. RGB value is (243,77,130). Sum of RGB (Red+Green+Blue) = 243+77+130=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D82 is #0CB27D. Grayscale: #848484. Windows color (decimal): -832126 or 8539635. OLE color: 8539635.

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

Color convert

RGB24377130-
CMYK00.680.470.05
HSL340.84º87.37%62.75%-
HSV(B)340.84º68.31%95.29%-
XYZ43.6525.9723.83-
YUV132.68126.5206.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=54%
G=17.11%
B=28.89%

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
Decimal2437713000.680.470.05340.8487.3762.75
HexF34D820442F5155573f
Octal363115202010457552512777
Binary11110011100110110000010010001001011111011010101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34D82; }

 p { color: rgb(243,77,130); }

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

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

 a { background-color: rgb(243,77,130); }

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

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

 span { border-color: rgb(243,77,130); }

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