#F53FA8

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

Shades of Wild Strawberry #F53FA8

Tints of Wild Strawberry #F53FA8

Color information

#F53FA8 (or 0xF53FA8) is unknown color: approx Wild Strawberry. HEX triplet: F5, 3F and A8. RGB value is (245,63,168). Sum of RGB (Red+Green+Blue) = 245+63+168=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FA8 is #0AC057. Grayscale: #818181. Windows color (decimal): -704600 or 11026421. OLE color: 11026421.

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

Color convert

RGB24563168-
CMYK00.740.310.04
HSL325.38º90.1%60.39%-
HSV(B)325.38º74.29%96.08%-
XYZ46.525.7939.57-
YUV129.39149.8210.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.47%
GREEN value IS 63 (25% from 255) = 13.24%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=51.47%
G=13.24%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456316800.740.310.04325.3890.160.39
HexF53FA804A1F41455a3c
Octal36577250011237450513274
Binary111101011111111010100001001010111111001010001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53FA8; }

 p { color: rgb(245,63,168); }

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

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

 a { background-color: rgb(245,63,168); }

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

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

 span { border-color: rgb(245,63,168); }

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