Html Css Color HEX #F81C80 Deep Pink

📋 copy color: '#F81C80'

red 248 ◦ green 28 ◦ blue 128

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

Shades of Deep Pink #F81C80

Tints of Deep Pink #F81C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

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

R = 61.39%
G = 6.93%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81C80 (or 0xF81C80) is known color: Deep Pink. HEX triplet: F8, 1C and 80. RGB value is (248,28,128). Sum of RGB (Red+Green+Blue) = 248+28+128=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C80 is #07E37F. Grayscale: #686868. Windows color (decimal): -516992 or 8396024. OLE color: 8396024.

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

Color convert

RGB 248 28 128 -
CMYK 0 0.89 0.48 0.03
HSL 332.73º 0.94% 0.54% -
HSV(B) 332.73º 0.89% 0.97% -
XYZ 43.02 22.35 22.47 -
YUV 105.18 140.89 229.87 -
System Red Green Blue C M Y K H S L
Decimal 248 28 128 0 0.89 0.48 0.03 332.73 0.94 0.54
Hex F8 1C 80 0 59 30 3 14D 5E 36
Octal 370 34 200 0 131 60 3 515 136 66
Binary 11111000 11100 10000000 0 1011001 110000 11 101001101 1011110 110110

Color Harmonies of #F81C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C80

Black with #F81C80

Text Example


Text Example

White with #F81C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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