#F35E92

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

Shades of French Rose #F35E92

Tints of French Rose #F35E92

Color information

#F35E92 (or 0xF35E92) is unknown color: approx French Rose. HEX triplet: F3, 5E and 92. RGB value is (243,94,146). Sum of RGB (Red+Green+Blue) = 243+94+146=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35E92 is #0CA16D. Grayscale: #909090. Windows color (decimal): -827758 or 9592563. OLE color: 9592563.

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

Color convert

RGB24394146-
CMYK00.610.400.05
HSL339.06º86.13%66.08%-
HSV(B)339.06º61.32%95.29%-
XYZ46.1529.1430.39-
YUV144.48128.86198.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.31%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=50.31%
G=19.46%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439414600.610.400.05339.0686.1366.08
HexF35E9203D2851535642
Octal363136222075505523126102
Binary11110011101111010010010011110110100010110101001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35E92; }

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

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

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

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

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

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

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

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