#F52B98

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

Shades of Wild Strawberry #F52B98

Tints of Wild Strawberry #F52B98

Color information

#F52B98 (or 0xF52B98) is unknown color: approx Wild Strawberry. HEX triplet: F5, 2B and 98. RGB value is (245,43,152). Sum of RGB (Red+Green+Blue) = 245+43+152=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52B98 is #0AD467. Grayscale: #737373. Windows color (decimal): -709736 or 9972725. OLE color: 9972725.

HSL color Cylindrical-coordinate representation of color #F52B98: hue angle of 327.62º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52B98 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24543152-
CMYK00.820.380.04
HSL327.62º90.99%56.47%-
HSV(B)327.62º82.45%96.08%-
XYZ44.1923.4131.89-
YUV115.82148.42220.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.68%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=55.68%
G=9.77%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454315200.820.380.04327.6290.9956.47
HexF52B980522641485b38
Octal36553230012246451013370
Binary1111010110101110011000010100101001101001010010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52B98; }

 p { color: rgb(245,43,152); }

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

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

 a { background-color: rgb(245,43,152); }

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

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

 span { border-color: rgb(245,43,152); }

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