#f34f87

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

Shades of French Rose #F34F87

Tints of French Rose #F34F87

Color information

#F34F87 (or 0xF34F87) is unknown color: approx French Rose. HEX triplet: F3, 4F and 87. RGB value is (243,79,135). Sum of RGB (Red+Green+Blue) = 243+79+135=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34F87 is #0CB078. Grayscale: #868686. Windows color (decimal): -831609 or 8867827. OLE color: 8867827.

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

Color convert

RGB24379135-
CMYK00.670.440.05
HSL339.51º87.23%63.14%-
HSV(B)339.51º67.49%95.29%-
XYZ44.1326.425.69-
YUV134.42128.33205.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.17%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=53.17%
G=17.29%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437913500.670.440.05339.5187.2363.14
HexF34F870432C5154573f
Octal363117207010354552412777
Binary11110011100111110000111010000111011001011010101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f34f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f34f87; }

 p { color: rgb(243,79,135); }

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

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

 a { background-color: rgb(243,79,135); }

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

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

 span { border-color: rgb(243,79,135); }

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