#F53EA1

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

Shades of Wild Strawberry #F53EA1

Tints of Wild Strawberry #F53EA1

Color information

#F53EA1 (or 0xF53EA1) is unknown color: approx Wild Strawberry. HEX triplet: F5, 3E and A1. RGB value is (245,62,161). Sum of RGB (Red+Green+Blue) = 245+62+161=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F53EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53EA1 is #0AC15E. Grayscale: #7F7F7F. Windows color (decimal): -704863 or 10567413. OLE color: 10567413.

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

Color convert

RGB24562161-
CMYK00.750.340.04
HSL327.54º90.15%60.2%-
HSV(B)327.54º74.69%96.08%-
XYZ45.8125.4336.21-
YUV128146.63211.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=52.35%
G=13.25%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456216100.750.340.04327.5490.1560.2
HexF53EA104B2241485a3c
Octal36576241011342451013274
Binary1111010111111010100001010010111000101001010010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53EA1; }

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

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

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

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

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

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

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

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