#F82C87

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

Shades of Wild Strawberry #F82C87

Tints of Wild Strawberry #F82C87

Color information

#F82C87 (or 0xF82C87) is unknown color: approx Wild Strawberry. HEX triplet: F8, 2C and 87. RGB value is (248,44,135). Sum of RGB (Red+Green+Blue) = 248+44+135=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82C87 is #07D378. Grayscale: #737373. Windows color (decimal): -512889 or 8858872. OLE color: 8858872.

HSL color Cylindrical-coordinate representation of color #F82C87: hue angle of 333.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82C87 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB24844135-
CMYK00.820.460.03
HSL333.24º93.58%57.25%-
HSV(B)333.24º82.26%97.25%-
XYZ43.9923.5125.14-
YUV115.37139.09222.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 44 (17.58% from 255) = 10.30%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=58.08%
G=10.30%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484413500.820.460.03333.2493.5857.25
HexF82C870522E314d5e39
Octal37054207012256351513671
Binary111110001011001000011101010010101110111010011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82C87; }

 p { color: rgb(248,44,135); }

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

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

 a { background-color: rgb(248,44,135); }

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

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

 span { border-color: rgb(248,44,135); }

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