#F52E8E

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

Shades of Wild Strawberry #F52E8E

Tints of Wild Strawberry #F52E8E

Color information

#F52E8E (or 0xF52E8E) is unknown color: approx Wild Strawberry. HEX triplet: F5, 2E and 8E. RGB value is (245,46,142). Sum of RGB (Red+Green+Blue) = 245+46+142=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F52E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52E8E is #0AD171. Grayscale: #747474. Windows color (decimal): -708978 or 9318133. OLE color: 9318133.

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

Color convert

RGB24546142-
CMYK00.810.420.04
HSL331.06º90.87%57.06%-
HSV(B)331.06º81.22%96.08%-
XYZ43.5223.3227.8-
YUV116.44142.43219.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.58%
GREEN value IS 46 (18.36% from 255) = 10.62%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=56.58%
G=10.62%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454614200.810.420.04331.0690.8757.06
HexF52E8E0512A414b5b39
Octal36556216012152451313371
Binary1111010110111010001110010100011010101001010010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52E8E; }

 p { color: rgb(245,46,142); }

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

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

 a { background-color: rgb(245,46,142); }

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

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

 span { border-color: rgb(245,46,142); }

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