Html Css Color HEX #F81576 Deep Pink

📋 copy color: '#F81576'

red 248 ◦ green 21 ◦ blue 118

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

Shades of Deep Pink #F81576

Tints of Deep Pink #F81576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.49%

R = 64.08%
G = 5.43%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81576 (or 0xF81576) is known color: Deep Pink. HEX triplet: F8, 15 and 76. RGB value is (248,21,118). Sum of RGB (Red+Green+Blue) = 248+21+118=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F81576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81576 is #07EA89. Grayscale: #636363. Windows color (decimal): -518794 or 7738872. OLE color: 7738872.

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

Color convert

RGB 248 21 118 -
CMYK 0 0.92 0.52 0.03
HSL 334.36º 0.94% 0.53% -
HSV(B) 334.36º 0.92% 0.97% -
XYZ 42.25 21.8 19.12 -
YUV 99.93 138.21 233.61 -
System Red Green Blue C M Y K H S L
Decimal 248 21 118 0 0.92 0.52 0.03 334.36 0.94 0.53
Hex F8 15 76 0 5C 34 3 14E 5E 35
Octal 370 25 166 0 134 64 3 516 136 65
Binary 11111000 10101 1110110 0 1011100 110100 11 101001110 1011110 110101

Color Harmonies of #F81576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81576

Black with #F81576

Text Example


Text Example

White with #F81576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81576; }

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

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

background-color css

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

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

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

border-color css

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

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

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