#F35992

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

Shades of French Rose #F35992

Tints of French Rose #F35992

Color information

#F35992 (or 0xF35992) is unknown color: approx French Rose. HEX triplet: F3, 59 and 92. RGB value is (243,89,146). Sum of RGB (Red+Green+Blue) = 243+89+146=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F35992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35992 is #0CA66D. Grayscale: #8D8D8D. Windows color (decimal): -829038 or 9591283. OLE color: 9591283.

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

Color convert

RGB24389146-
CMYK00.630.400.05
HSL337.79º86.52%65.1%-
HSV(B)337.79º63.37%95.29%-
XYZ45.7228.2730.24-
YUV141.54130.52200.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.84%
GREEN value IS 89 (35.16% from 255) = 18.62%
BLUE value IS 146 (57.42% from 255) = 30.54%
R=50.84%
G=18.62%
B=30.54%

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
Decimal2438914600.630.400.05337.7986.5265.1
HexF3599203F2851525741
Octal363131222077505522127101
Binary11110011101100110010010011111110100010110101001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35992; }

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

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

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

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

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

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

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

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