#F537A4

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

Shades of Wild Strawberry #F537A4

Tints of Wild Strawberry #F537A4

Color information

#F537A4 (or 0xF537A4) is unknown color: approx Wild Strawberry. HEX triplet: F5, 37 and A4. RGB value is (245,55,164). Sum of RGB (Red+Green+Blue) = 245+55+164=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F537A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F537A4 is #0AC85B. Grayscale: #7B7B7B. Windows color (decimal): -706652 or 10762229. OLE color: 10762229.

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

Color convert

RGB24555164-
CMYK00.780.330.04
HSL325.58º90.48%58.82%-
HSV(B)325.58º77.55%96.08%-
XYZ45.7224.8337.5-
YUV124.24150.45214.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.80%
GREEN value IS 55 (21.88% from 255) = 11.85%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=52.80%
G=11.85%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455516400.780.330.04325.5890.4858.82
HexF537A404E2141465a3b
Octal36567244011641450613273
Binary1111010111011110100100010011101000011001010001101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F537A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F537A4; }

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

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

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

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

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

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

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

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