#F35A90

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

Shades of French Rose #F35A90

Tints of French Rose #F35A90

Color information

#F35A90 (or 0xF35A90) is unknown color: approx French Rose. HEX triplet: F3, 5A and 90. RGB value is (243,90,144). Sum of RGB (Red+Green+Blue) = 243+90+144=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A90 is #0CA56F. Grayscale: #8D8D8D. Windows color (decimal): -828784 or 9460467. OLE color: 9460467.

HSL color Cylindrical-coordinate representation of color #F35A90: hue angle of 338.82º degrees, saturation: 0.86, 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 #F35A90 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24390144-
CMYK00.630.410.05
HSL338.82º86.44%65.29%-
HSV(B)338.82º62.96%95.29%-
XYZ45.6528.3829.46-
YUV141.9129.19200.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.94%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=50.94%
G=18.87%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439014400.630.410.05338.8286.4465.29
HexF35A9003F2951535641
Octal363132220077515523126101
Binary11110011101101010010000011111110100110110101001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A90; }

 p { color: rgb(243,90,144); }

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

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

 a { background-color: rgb(243,90,144); }

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

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

 span { border-color: rgb(243,90,144); }

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