Html Css Color HEX #F81376 Deep Pink

📋 copy color: '#F81376'

red 248 ◦ green 19 ◦ blue 118

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

Shades of Deep Pink #F81376

Tints of Deep Pink #F81376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

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

R = 64.42%
G = 4.94%
B = 30.65%

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

#F81376 (or 0xF81376) is known color: Deep Pink. HEX triplet: F8, 13 and 76. RGB value is (248,19,118). Sum of RGB (Red+Green+Blue) = 248+19+118=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F81376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81376 is #07EC89. Grayscale: #626262. Windows color (decimal): -519306 or 7738360. OLE color: 7738360.

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

Color convert

RGB 248 19 118 -
CMYK 0 0.92 0.52 0.03
HSL 334.06º 0.94% 0.52% -
HSV(B) 334.06º 0.92% 0.97% -
XYZ 42.21 21.73 19.11 -
YUV 98.76 138.87 234.45 -
System Red Green Blue C M Y K H S L
Decimal 248 19 118 0 0.92 0.52 0.03 334.06 0.94 0.52
Hex F8 13 76 0 5C 34 3 14E 5E 34
Octal 370 23 166 0 134 64 3 516 136 64
Binary 11111000 10011 1110110 0 1011100 110100 11 101001110 1011110 110100

Color Harmonies of #F81376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81376

Black with #F81376

Text Example


Text Example

White with #F81376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81376; }

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

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

background-color css

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

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

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

border-color css

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

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

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