Html Css Color HEX #F82392 Deep Pink

📋 copy color: '#F82392'

red 248 ◦ green 35 ◦ blue 146

#F82392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F82392

Tints of Deep Pink #F82392

RGB

 RED value IS 248 (97.27% from 255) = 57.81%

 GREEN value IS 35 (14.06% from 255) = 8.16%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 57.81%
G = 8.16%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F82392 (or 0xF82392) is known color: Deep Pink. HEX triplet: F8, 23 and 92. RGB value is (248,35,146). Sum of RGB (Red+Green+Blue) = 248+35+146=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F82392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82392 is #07DC6D. Grayscale: #6F6F6F. Windows color (decimal): -515182 or 9577464. OLE color: 9577464.

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

Color convert

RGB 248 35 146 -
CMYK 0 0.86 0.41 0.03
HSL 328.73º 0.94% 0.55% -
HSV(B) 328.73º 0.86% 0.97% -
XYZ 44.5 23.23 29.33 -
YUV 111.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 248 35 146 0 0.86 0.41 0.03 328.73 0.94 0.55
Hex F8 23 92 0 56 29 3 149 5E 37
Octal 370 43 222 0 126 51 3 511 136 67
Binary 11111000 100011 10010010 0 1010110 101001 11 101001001 1011110 110111

Color Harmonies of #F82392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82392

Black with #F82392

Text Example


Text Example

White with #F82392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82392; }

 p { color: rgb(248,35,146); }

 H1.HeaderClassName
 {
   color: #F82392;
 }
 .AnyTagClassName
 {
   color: #F82392;
 }
</style>

background-color css

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

 a { background-color: rgb(248,35,146); }

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

border-color css

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

 span { border-color: rgb(248,35,146); }

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