Html Css Color HEX #F81581 Deep Pink

📋 copy color: '#F81581'

red 248 ◦ green 21 ◦ blue 129

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

Shades of Deep Pink #F81581

Tints of Deep Pink #F81581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

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

R = 62.31%
G = 5.28%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F81581 (or 0xF81581) is known color: Deep Pink. HEX triplet: F8, 15 and 81. RGB value is (248,21,129). Sum of RGB (Red+Green+Blue) = 248+21+129=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F81581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81581 is #07EA7E. Grayscale: #646464. Windows color (decimal): -518783 or 8459768. OLE color: 8459768.

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

Color convert

RGB 248 21 129 -
CMYK 0 0.92 0.48 0.03
HSL 331.45º 0.94% 0.53% -
HSV(B) 331.45º 0.92% 0.97% -
XYZ 42.94 22.08 22.77 -
YUV 101.19 143.71 232.72 -
System Red Green Blue C M Y K H S L
Decimal 248 21 129 0 0.92 0.48 0.03 331.45 0.94 0.53
Hex F8 15 81 0 5C 30 3 14B 5E 35
Octal 370 25 201 0 134 60 3 513 136 65
Binary 11111000 10101 10000001 0 1011100 110000 11 101001011 1011110 110101

Color Harmonies of #F81581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81581

Black with #F81581

Text Example


Text Example

White with #F81581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81581; }

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

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

background-color css

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

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

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

border-color css

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

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

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