#F35991

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

Shades of French Rose #F35991

Tints of French Rose #F35991

Color information

#F35991 (or 0xF35991) is unknown color: approx French Rose. HEX triplet: F3, 59 and 91. RGB value is (243,89,145). Sum of RGB (Red+Green+Blue) = 243+89+145=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F35991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35991 is #0CA66E. Grayscale: #8D8D8D. Windows color (decimal): -829039 or 9525747. OLE color: 9525747.

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

Color convert

RGB24389145-
CMYK00.630.400.05
HSL338.18º86.52%65.1%-
HSV(B)338.18º63.37%95.29%-
XYZ45.6528.2429.83-
YUV141.43130.02200.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=50.94%
G=18.66%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438914500.630.400.05338.1886.5265.1
HexF3599103F2851525741
Octal363131221077505522127101
Binary11110011101100110010001011111110100010110101001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35991; }

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

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

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

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

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

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

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

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