Html Css Color HEX #F81676 Deep Pink

📋 copy color: '#F81676'

red 248 ◦ green 22 ◦ blue 118

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

Shades of Deep Pink #F81676

Tints of Deep Pink #F81676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 63.92%
G = 5.67%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81676 (or 0xF81676) is known color: Deep Pink. HEX triplet: F8, 16 and 76. RGB value is (248,22,118). Sum of RGB (Red+Green+Blue) = 248+22+118=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F81676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81676 is #07E989. Grayscale: #646464. Windows color (decimal): -518538 or 7739128. OLE color: 7739128.

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

Color convert

RGB 248 22 118 -
CMYK 0 0.91 0.52 0.03
HSL 334.51º 0.94% 0.53% -
HSV(B) 334.51º 0.91% 0.97% -
XYZ 42.27 21.84 19.13 -
YUV 100.52 137.87 233.19 -
System Red Green Blue C M Y K H S L
Decimal 248 22 118 0 0.91 0.52 0.03 334.51 0.94 0.53
Hex F8 16 76 0 5B 34 3 14F 5E 35
Octal 370 26 166 0 133 64 3 517 136 65
Binary 11111000 10110 1110110 0 1011011 110100 11 101001111 1011110 110101

Color Harmonies of #F81676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81676

Black with #F81676

Text Example


Text Example

White with #F81676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81676; }

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

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

background-color css

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

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

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

border-color css

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

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

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