#F53299

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

Shades of Wild Strawberry #F53299

Tints of Wild Strawberry #F53299

Color information

#F53299 (or 0xF53299) is unknown color: approx Wild Strawberry. HEX triplet: F5, 32 and 99. RGB value is (245,50,153). Sum of RGB (Red+Green+Blue) = 245+50+153=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53299 is #0ACD66. Grayscale: #777777. Windows color (decimal): -707943 or 10040053. OLE color: 10040053.

HSL color Cylindrical-coordinate representation of color #F53299: hue angle of 328.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53299 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24550153-
CMYK00.800.380.04
HSL328.31º90.7%57.84%-
HSV(B)328.31º79.59%96.08%-
XYZ44.5523.9932.42-
YUV120.05146.6217.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.69%
GREEN value IS 50 (19.92% from 255) = 11.16%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=54.69%
G=11.16%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455015300.800.380.04328.3190.757.84
HexF532990502641485b3a
Octal36562231012046451013372
Binary1111010111001010011001010100001001101001010010001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53299; }

 p { color: rgb(245,50,153); }

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

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

 a { background-color: rgb(245,50,153); }

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

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

 span { border-color: rgb(245,50,153); }

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