#F63595

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

Shades of Wild Strawberry #F63595

Tints of Wild Strawberry #F63595

Color information

#F63595 (or 0xF63595) is unknown color: approx Wild Strawberry. HEX triplet: F6, 35 and 95. RGB value is (246,53,149). Sum of RGB (Red+Green+Blue) = 246+53+149=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F63595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63595 is #09CA6A. Grayscale: #797979. Windows color (decimal): -641643 or 9778678. OLE color: 9778678.

HSL color Cylindrical-coordinate representation of color #F63595: hue angle of 330.16º 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 #F63595 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24653149-
CMYK00.780.390.04
HSL330.16º91.47%58.63%-
HSV(B)330.16º78.46%96.47%-
XYZ44.724.3130.77-
YUV121.65143.44216.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.91%
GREEN value IS 53 (21.09% from 255) = 11.83%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=54.91%
G=11.83%
B=33.26%

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
Decimal2465314900.780.390.04330.1691.4758.63
HexF6359504E27414a5b3b
Octal36665225011647451213373
Binary1111011011010110010101010011101001111001010010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63595; }

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

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

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

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

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

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

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

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