#F34B85

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

Shades of French Rose #F34B85

Tints of French Rose #F34B85

Color information

#F34B85 (or 0xF34B85) is unknown color: approx French Rose. HEX triplet: F3, 4B and 85. RGB value is (243,75,133). Sum of RGB (Red+Green+Blue) = 243+75+133=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F34B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34B85 is #0CB47A. Grayscale: #838383. Windows color (decimal): -832635 or 8735731. OLE color: 8735731.

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

Color convert

RGB24375133-
CMYK00.690.450.05
HSL339.29º87.5%62.35%-
HSV(B)339.29º69.14%95.29%-
XYZ43.7125.7824.86-
YUV131.84128.66207.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 75 (29.69% from 255) = 16.63%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=53.88%
G=16.63%
B=29.49%

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
Decimal2437513300.690.450.05339.2987.562.35
HexF34B850452D5153583e
Octal363113205010555552313076
Binary11110011100101110000101010001011011011011010100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34B85; }

 p { color: rgb(243,75,133); }

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

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

 a { background-color: rgb(243,75,133); }

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

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

 span { border-color: rgb(243,75,133); }

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