Html Css Color HEX #F81881 Deep Pink

📋 copy color: '#F81881'

red 248 ◦ green 24 ◦ blue 129

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

Shades of Deep Pink #F81881

Tints of Deep Pink #F81881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 61.85%
G = 5.99%
B = 32.17%

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

#F81881 (or 0xF81881) is known color: Deep Pink. HEX triplet: F8, 18 and 81. RGB value is (248,24,129). Sum of RGB (Red+Green+Blue) = 248+24+129=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F81881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81881 is #07E77E. Grayscale: #666666. Windows color (decimal): -518015 or 8460536. OLE color: 8460536.

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

Color convert

RGB 248 24 129 -
CMYK 0 0.90 0.48 0.03
HSL 331.88º 0.94% 0.53% -
HSV(B) 331.88º 0.9% 0.97% -
XYZ 43 22.19 22.79 -
YUV 102.95 142.71 231.46 -
System Red Green Blue C M Y K H S L
Decimal 248 24 129 0 0.90 0.48 0.03 331.88 0.94 0.53
Hex F8 18 81 0 5A 30 3 14C 5E 35
Octal 370 30 201 0 132 60 3 514 136 65
Binary 11111000 11000 10000001 0 1011010 110000 11 101001100 1011110 110101

Color Harmonies of #F81881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81881

Black with #F81881

Text Example


Text Example

White with #F81881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81881; }

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

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

background-color css

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

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

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

border-color css

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

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

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