#F82F85

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

Shades of Wild Strawberry #F82F85

Tints of Wild Strawberry #F82F85

Color information

#F82F85 (or 0xF82F85) is unknown color: approx Wild Strawberry. HEX triplet: F8, 2F and 85. RGB value is (248,47,133). Sum of RGB (Red+Green+Blue) = 248+47+133=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F82F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82F85 is #07D07A. Grayscale: #747474. Windows color (decimal): -512123 or 8728568. OLE color: 8728568.

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

Color convert

RGB24847133-
CMYK00.810.460.03
HSL334.33º93.49%57.84%-
HSV(B)334.33º81.05%97.25%-
XYZ43.9623.6824.44-
YUV116.9137.09221.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.94%
GREEN value IS 47 (18.75% from 255) = 10.98%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=57.94%
G=10.98%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484713300.810.460.03334.3393.4957.84
HexF82F850512E314e5d3a
Octal37057205012156351613572
Binary111110001011111000010101010001101110111010011101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82F85; }

 p { color: rgb(248,47,133); }

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

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

 a { background-color: rgb(248,47,133); }

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

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

 span { border-color: rgb(248,47,133); }

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