Html Css Color HEX #F81B76 Deep Pink

📋 copy color: '#F81B76'

red 248 ◦ green 27 ◦ blue 118

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

Shades of Deep Pink #F81B76

Tints of Deep Pink #F81B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

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

R = 63.1%
G = 6.87%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F81B76 (or 0xF81B76) is known color: Deep Pink. HEX triplet: F8, 1B and 76. RGB value is (248,27,118). Sum of RGB (Red+Green+Blue) = 248+27+118=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81B76 is #07E489. Grayscale: #676767. Windows color (decimal): -517258 or 7740408. OLE color: 7740408.

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

Color convert

RGB 248 27 118 -
CMYK 0 0.89 0.52 0.03
HSL 335.29º 0.94% 0.54% -
HSV(B) 335.29º 0.89% 0.97% -
XYZ 42.37 22.05 19.16 -
YUV 103.45 136.22 231.1 -
System Red Green Blue C M Y K H S L
Decimal 248 27 118 0 0.89 0.52 0.03 335.29 0.94 0.54
Hex F8 1B 76 0 59 34 3 14F 5E 36
Octal 370 33 166 0 131 64 3 517 136 66
Binary 11111000 11011 1110110 0 1011001 110100 11 101001111 1011110 110110

Color Harmonies of #F81B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B76

Black with #F81B76

Text Example


Text Example

White with #F81B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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