#F35A93

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

Shades of French Rose #F35A93

Tints of French Rose #F35A93

Color information

#F35A93 (or 0xF35A93) is unknown color: approx French Rose. HEX triplet: F3, 5A and 93. RGB value is (243,90,147). Sum of RGB (Red+Green+Blue) = 243+90+147=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A93 is #0CA56C. Grayscale: #8E8E8E. Windows color (decimal): -828781 or 9657075. OLE color: 9657075.

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

Color convert

RGB24390147-
CMYK00.630.400.05
HSL337.65º86.44%65.29%-
HSV(B)337.65º62.96%95.29%-
XYZ45.8828.4730.68-
YUV142.24130.69199.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.62%
GREEN value IS 90 (35.55% from 255) = 18.75%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=50.62%
G=18.75%
B=30.62%

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
Decimal2439014700.630.400.05337.6586.4465.29
HexF35A9303F2851525641
Octal363132223077505522126101
Binary11110011101101010010011011111110100010110101001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A93; }

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

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

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

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

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

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

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

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