Html Css Color HEX #F81276 Deep Pink

📋 copy color: '#F81276'

red 248 ◦ green 18 ◦ blue 118

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

Shades of Deep Pink #F81276

Tints of Deep Pink #F81276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 64.58%
G = 4.69%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81276 (or 0xF81276) is known color: Deep Pink. HEX triplet: F8, 12 and 76. RGB value is (248,18,118). Sum of RGB (Red+Green+Blue) = 248+18+118=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F81276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81276 is #07ED89. Grayscale: #626262. Windows color (decimal): -519562 or 7738104. OLE color: 7738104.

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

Color convert

RGB 248 18 118 -
CMYK 0 0.93 0.52 0.03
HSL 333.91º 0.94% 0.52% -
HSV(B) 333.91º 0.93% 0.97% -
XYZ 42.2 21.7 19.1 -
YUV 98.17 139.2 234.87 -
System Red Green Blue C M Y K H S L
Decimal 248 18 118 0 0.93 0.52 0.03 333.91 0.94 0.52
Hex F8 12 76 0 5D 34 3 14E 5E 34
Octal 370 22 166 0 135 64 3 516 136 64
Binary 11111000 10010 1110110 0 1011101 110100 11 101001110 1011110 110100

Color Harmonies of #F81276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81276

Black with #F81276

Text Example


Text Example

White with #F81276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81276; }

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

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

background-color css

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

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

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

border-color css

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

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

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