#F72884

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

Shades of Wild Strawberry #F72884

Tints of Wild Strawberry #F72884

Color information

#F72884 (or 0xF72884) is unknown color: approx Wild Strawberry. HEX triplet: F7, 28 and 84. RGB value is (247,40,132). Sum of RGB (Red+Green+Blue) = 247+40+132=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F72884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72884 is #08D77B. Grayscale: #707070. Windows color (decimal): -579452 or 8661239. OLE color: 8661239.

HSL color Cylindrical-coordinate representation of color #F72884: hue angle of 333.33º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72884 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB24740132-
CMYK00.840.470.03
HSL333.33º92.83%56.27%-
HSV(B)333.33º83.81%96.86%-
XYZ43.2822.9623.98-
YUV112.38139.08224.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 58.95%
GREEN value IS 40 (16.02% from 255) = 9.55%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=58.95%
G=9.55%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474013200.840.470.03333.3392.8356.27
HexF728840542F314d5d38
Octal36750204012457351513570
Binary111101111010001000010001010100101111111010011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72884; }

 p { color: rgb(247,40,132); }

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

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

 a { background-color: rgb(247,40,132); }

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

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

 span { border-color: rgb(247,40,132); }

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