#F63596

Color #F63596 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F63596

Tints of Wild Strawberry #F63596

Color information

#F63596 (or 0xF63596) is unknown color: approx Wild Strawberry. HEX triplet: F6, 35 and 96. RGB value is (246,53,150). Sum of RGB (Red+Green+Blue) = 246+53+150=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F63596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63596 is #09CA69. Grayscale: #797979. Windows color (decimal): -641642 or 9844214. OLE color: 9844214.

HSL color Cylindrical-coordinate representation of color #F63596: hue angle of 329.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63596 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24653150-
CMYK00.780.390.04
HSL329.84º91.47%58.63%-
HSV(B)329.84º78.46%96.47%-
XYZ44.7824.3431.19-
YUV121.76143.94216.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.79%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=54.79%
G=11.80%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465315000.780.390.04329.8491.4758.63
HexF6359604E27414a5b3b
Octal36665226011647451213373
Binary1111011011010110010110010011101001111001010010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63596; }

 p { color: rgb(246,53,150); }

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

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

 a { background-color: rgb(246,53,150); }

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

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

 span { border-color: rgb(246,53,150); }

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