#F63594

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

Shades of Wild Strawberry #F63594

Tints of Wild Strawberry #F63594

Color information

#F63594 (or 0xF63594) is unknown color: approx Wild Strawberry. HEX triplet: F6, 35 and 94. RGB value is (246,53,148). Sum of RGB (Red+Green+Blue) = 246+53+148=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F63594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63594 is #09CA6B. Grayscale: #797979. Windows color (decimal): -641644 or 9713142. OLE color: 9713142.

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

Color convert

RGB24653148-
CMYK00.780.400.04
HSL330.47º91.47%58.63%-
HSV(B)330.47º78.46%96.47%-
XYZ44.6224.2830.35-
YUV121.54142.94216.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.03%
GREEN value IS 53 (21.09% from 255) = 11.86%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=55.03%
G=11.86%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2465314800.780.400.04330.4791.4758.63
HexF6359404E28414a5b3b
Octal36665224011650451213373
Binary1111011011010110010100010011101010001001010010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63594; }

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

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

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

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

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

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

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

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