#F82294

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

Shades of Deep Pink #F82294

Tints of Deep Pink #F82294

Color information

#F82294 (or 0xF82294) is unknown color: approx Deep Pink. HEX triplet: F8, 22 and 94. RGB value is (248,34,148). Sum of RGB (Red+Green+Blue) = 248+34+148=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F82294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82294 is #07DD6B. Grayscale: #6E6E6E. Windows color (decimal): -515436 or 9708280. OLE color: 9708280.

HSL color Cylindrical-coordinate representation of color #F82294: hue angle of 328.04º 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 #F82294 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24834148-
CMYK00.860.400.03
HSL328.04º93.86%55.29%-
HSV(B)328.04º86.29%97.25%-
XYZ44.6323.2430.15-
YUV110.98148.9225.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.67%
GREEN value IS 34 (13.67% from 255) = 7.91%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=57.67%
G=7.91%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483414800.860.400.03328.0493.8655.29
HexF822940562831485e37
Octal37042224012650351013667
Binary111110001000101001010001010110101000111010010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82294; }

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

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

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

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

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

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

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

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