#F82286

Color #F82286 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F82286

Tints of Deep Pink #F82286

Color information

#F82286 (or 0xF82286) is unknown color: approx Deep Pink. HEX triplet: F8, 22 and 86. RGB value is (248,34,134). Sum of RGB (Red+Green+Blue) = 248+34+134=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F82286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82286 is #07DD79. Grayscale: #6D6D6D. Windows color (decimal): -515450 or 8790776. OLE color: 8790776.

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

Color convert

RGB24834134-
CMYK00.860.460.03
HSL331.96º93.86%55.29%-
HSV(B)331.96º86.29%97.25%-
XYZ43.5922.8224.66-
YUV109.39141.9226.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.62%
GREEN value IS 34 (13.67% from 255) = 8.17%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=59.62%
G=8.17%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483413400.860.460.03331.9693.8655.29
HexF822860562E314c5e37
Octal37042206012656351413667
Binary111110001000101000011001010110101110111010011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82286; }

 p { color: rgb(248,34,134); }

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

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

 a { background-color: rgb(248,34,134); }

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

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

 span { border-color: rgb(248,34,134); }

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