#F34C86

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

Shades of French Rose #F34C86

Tints of French Rose #F34C86

Color information

#F34C86 (or 0xF34C86) is unknown color: approx French Rose. HEX triplet: F3, 4C and 86. RGB value is (243,76,134). Sum of RGB (Red+Green+Blue) = 243+76+134=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C86 is #0CB379. Grayscale: #848484. Windows color (decimal): -832378 or 8801523. OLE color: 8801523.

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

Color convert

RGB24376134-
CMYK00.690.450.05
HSL339.16º87.43%62.55%-
HSV(B)339.16º68.72%95.29%-
XYZ43.8525.9425.25-
YUV132.54128.83206.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.64%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=53.64%
G=16.78%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437613400.690.450.05339.1687.4362.55
HexF34C860452D5153573f
Octal363114206010555552312777
Binary11110011100110010000110010001011011011011010100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34C86; }

 p { color: rgb(243,76,134); }

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

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

 a { background-color: rgb(243,76,134); }

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

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

 span { border-color: rgb(243,76,134); }

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