Html Css Color HEX #F81980 Deep Pink

📋 copy color: '#F81980'

red 248 ◦ green 25 ◦ blue 128

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

Shades of Deep Pink #F81980

Tints of Deep Pink #F81980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 61.85%
G = 6.23%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81980 (or 0xF81980) is known color: Deep Pink. HEX triplet: F8, 19 and 80. RGB value is (248,25,128). Sum of RGB (Red+Green+Blue) = 248+25+128=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81980 is #07E67F. Grayscale: #676767. Windows color (decimal): -517760 or 8395256. OLE color: 8395256.

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

Color convert

RGB 248 25 128 -
CMYK 0 0.90 0.48 0.03
HSL 332.29º 0.94% 0.54% -
HSV(B) 332.29º 0.9% 0.97% -
XYZ 42.96 22.21 22.45 -
YUV 103.42 141.88 231.12 -
System Red Green Blue C M Y K H S L
Decimal 248 25 128 0 0.90 0.48 0.03 332.29 0.94 0.54
Hex F8 19 80 0 5A 30 3 14C 5E 36
Octal 370 31 200 0 132 60 3 514 136 66
Binary 11111000 11001 10000000 0 1011010 110000 11 101001100 1011110 110110

Color Harmonies of #F81980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81980

Black with #F81980

Text Example


Text Example

White with #F81980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81980; }

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

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

background-color css

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

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

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

border-color css

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

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

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