#F53EA0

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

Shades of Wild Strawberry #F53EA0

Tints of Wild Strawberry #F53EA0

Color information

#F53EA0 (or 0xF53EA0) is unknown color: approx Wild Strawberry. HEX triplet: F5, 3E and A0. RGB value is (245,62,160). Sum of RGB (Red+Green+Blue) = 245+62+160=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53EA0 is #0AC15F. Grayscale: #7F7F7F. Windows color (decimal): -704864 or 10501877. OLE color: 10501877.

HSL color Cylindrical-coordinate representation of color #F53EA0: hue angle of 327.87º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53EA0 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB24562160-
CMYK00.750.350.04
HSL327.87º90.15%60.2%-
HSV(B)327.87º74.69%96.08%-
XYZ45.7225.435.75-
YUV127.89146.13211.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=52.46%
G=13.28%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456216000.750.350.04327.8790.1560.2
HexF53EA004B2341485a3c
Octal36576240011343451013274
Binary1111010111111010100000010010111000111001010010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53EA0; }

 p { color: rgb(245,62,160); }

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

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

 a { background-color: rgb(245,62,160); }

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

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

 span { border-color: rgb(245,62,160); }

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