#F35696

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

Shades of French Rose #F35696

Tints of French Rose #F35696

Color information

#F35696 (or 0xF35696) is unknown color: approx French Rose. HEX triplet: F3, 56 and 96. RGB value is (243,86,150). Sum of RGB (Red+Green+Blue) = 243+86+150=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F35696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35696 is #0CA969. Grayscale: #8C8C8C. Windows color (decimal): -829802 or 9852659. OLE color: 9852659.

HSL color Cylindrical-coordinate representation of color #F35696: hue angle of 335.54º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35696 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24386150-
CMYK00.650.380.05
HSL335.54º86.74%64.51%-
HSV(B)335.54º64.61%95.29%-
XYZ45.7927.9131.83-
YUV140.24133.51201.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.73%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=50.73%
G=17.95%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438615000.650.380.05335.5486.7464.51
HexF356960412651505741
Octal3631262260101465520127101
Binary111100111010110100101100100000110011010110101000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35696; }

 p { color: rgb(243,86,150); }

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

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

 a { background-color: rgb(243,86,150); }

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

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

 span { border-color: rgb(243,86,150); }

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