Html Css Color HEX #F81880 Deep Pink

📋 copy color: '#F81880'

red 248 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #F81880

Tints of Deep Pink #F81880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6%

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

R = 62%
G = 6%
B = 32%

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

#F81880 (or 0xF81880) is known color: Deep Pink. HEX triplet: F8, 18 and 80. RGB value is (248,24,128). Sum of RGB (Red+Green+Blue) = 248+24+128=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F81880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81880 is #07E77F. Grayscale: #666666. Windows color (decimal): -518016 or 8395000. OLE color: 8395000.

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

Color convert

RGB 248 24 128 -
CMYK 0 0.90 0.48 0.03
HSL 332.14º 0.94% 0.53% -
HSV(B) 332.14º 0.9% 0.97% -
XYZ 42.93 22.17 22.44 -
YUV 102.83 142.21 231.54 -
System Red Green Blue C M Y K H S L
Decimal 248 24 128 0 0.90 0.48 0.03 332.14 0.94 0.53
Hex F8 18 80 0 5A 30 3 14C 5E 35
Octal 370 30 200 0 132 60 3 514 136 65
Binary 11111000 11000 10000000 0 1011010 110000 11 101001100 1011110 110101

Color Harmonies of #F81880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81880

Black with #F81880

Text Example


Text Example

White with #F81880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81880; }

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

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

background-color css

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

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

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

border-color css

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

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

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