#F536A0

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

Shades of Wild Strawberry #F536A0

Tints of Wild Strawberry #F536A0

Color information

#F536A0 (or 0xF536A0) is unknown color: approx Wild Strawberry. HEX triplet: F5, 36 and A0. RGB value is (245,54,160). Sum of RGB (Red+Green+Blue) = 245+54+160=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F536A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F536A0 is #0AC95F. Grayscale: #7A7A7A. Windows color (decimal): -706912 or 10499829. OLE color: 10499829.

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

Color convert

RGB24554160-
CMYK00.780.350.04
HSL326.7º90.52%58.63%-
HSV(B)326.7º77.96%96.08%-
XYZ45.3224.5935.62-
YUV123.19148.78214.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 54 (21.48% from 255) = 11.76%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=53.38%
G=11.76%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455416000.780.350.04326.790.5258.63
HexF536A004E2341475b3b
Octal36566240011643450713373
Binary1111010111011010100000010011101000111001010001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F536A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F536A0; }

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

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

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

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

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

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

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

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