#F35A8E

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

Shades of French Rose #F35A8E

Tints of French Rose #F35A8E

Color information

#F35A8E (or 0xF35A8E) is unknown color: approx French Rose. HEX triplet: F3, 5A and 8E. RGB value is (243,90,142). Sum of RGB (Red+Green+Blue) = 243+90+142=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8E is #0CA571. Grayscale: #8D8D8D. Windows color (decimal): -828786 or 9329395. OLE color: 9329395.

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

Color convert

RGB24390142-
CMYK00.630.420.05
HSL339.61º86.44%65.29%-
HSV(B)339.61º62.96%95.29%-
XYZ45.528.3228.66-
YUV141.67128.19200.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=51.16%
G=18.95%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439014200.630.420.05339.6186.4465.29
HexF35A8E03F2A51545641
Octal363132216077525524126101
Binary11110011101101010001110011111110101010110101010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35A8E; }

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

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

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

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

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

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

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

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