#F53795

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

Shades of Wild Strawberry #F53795

Tints of Wild Strawberry #F53795

Color information

#F53795 (or 0xF53795) is unknown color: approx Wild Strawberry. HEX triplet: F5, 37 and 95. RGB value is (245,55,149). Sum of RGB (Red+Green+Blue) = 245+55+149=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F53795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53795 is #0AC86A. Grayscale: #7A7A7A. Windows color (decimal): -706667 or 9779189. OLE color: 9779189.

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

Color convert

RGB24555149-
CMYK00.780.390.04
HSL330.32º90.48%58.82%-
HSV(B)330.32º77.55%96.08%-
XYZ44.4524.3130.78-
YUV122.53142.95215.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.57%
GREEN value IS 55 (21.88% from 255) = 12.25%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=54.57%
G=12.25%
B=33.18%

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
Decimal2455514900.780.390.04330.3290.4858.82
HexF5379504E27414a5a3b
Octal36567225011647451213273
Binary1111010111011110010101010011101001111001010010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53795; }

 p { color: rgb(245,55,149); }

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

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

 a { background-color: rgb(245,55,149); }

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

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

 span { border-color: rgb(245,55,149); }

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