#F34991

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

Shades of French Rose #F34991

Tints of French Rose #F34991

Color information

#F34991 (or 0xF34991) is unknown color: approx French Rose. HEX triplet: F3, 49 and 91. RGB value is (243,73,145). Sum of RGB (Red+Green+Blue) = 243+73+145=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F34991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34991 is #0CB66E. Grayscale: #838383. Windows color (decimal): -833135 or 9521651. OLE color: 9521651.

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

Color convert

RGB24373145-
CMYK00.700.400.05
HSL334.59º87.63%61.96%-
HSV(B)334.59º69.96%95.29%-
XYZ44.4625.8629.44-
YUV132.04135.32207.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.71%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=52.71%
G=15.84%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2437314500.700.400.05334.5987.6361.96
HexF3499104628514f583e
Octal363111221010650551713076
Binary11110011100100110010001010001101010001011010011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34991; }

 p { color: rgb(243,73,145); }

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

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

 a { background-color: rgb(243,73,145); }

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

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

 span { border-color: rgb(243,73,145); }

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