Html Css Color HEX #F81992 Deep Pink

📋 copy color: '#F81992'

red 248 ◦ green 25 ◦ blue 146

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

Shades of Deep Pink #F81992

Tints of Deep Pink #F81992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

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

R = 59.19%
G = 5.97%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F81992 (or 0xF81992) is known color: Deep Pink. HEX triplet: F8, 19 and 92. RGB value is (248,25,146). Sum of RGB (Red+Green+Blue) = 248+25+146=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F81992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81992 is #07E66D. Grayscale: #696969. Windows color (decimal): -517742 or 9574904. OLE color: 9574904.

HSL color Cylindrical-coordinate representation of color #F81992: hue angle of 327.44º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81992 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 146 -
CMYK 0 0.90 0.41 0.03
HSL 327.44º 0.94% 0.54% -
HSV(B) 327.44º 0.9% 0.97% -
XYZ 44.25 22.73 29.25 -
YUV 105.47 150.88 229.66 -
System Red Green Blue C M Y K H S L
Decimal 248 25 146 0 0.90 0.41 0.03 327.44 0.94 0.54
Hex F8 19 92 0 5A 29 3 147 5E 36
Octal 370 31 222 0 132 51 3 507 136 66
Binary 11111000 11001 10010010 0 1011010 101001 11 101000111 1011110 110110

Color Harmonies of #F81992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81992

Black with #F81992

Text Example


Text Example

White with #F81992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81992; }

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

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

background-color css

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

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

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

border-color css

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

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

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