Html Css Color HEX #F81DAB Spicy Pink

📋 copy color: '#F81DAB'

red 248 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #F81DAB

Tints of Spicy Pink #F81DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 55.36%
G = 6.47%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F81DAB (or 0xF81DAB) is known color: Spicy Pink. HEX triplet: F8, 1D and AB. RGB value is (248,29,171). Sum of RGB (Red+Green+Blue) = 248+29+171=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81DAB is #07E254. Grayscale: #6E6E6E. Windows color (decimal): -516693 or 11214328. OLE color: 11214328.

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

Color convert

RGB 248 29 171 -
CMYK 0 0.88 0.31 0.03
HSL 321.1º 0.94% 0.54% -
HSV(B) 321.1º 0.88% 0.97% -
XYZ 46.5 23.78 40.67 -
YUV 110.67 162.05 225.95 -
System Red Green Blue C M Y K H S L
Decimal 248 29 171 0 0.88 0.31 0.03 321.1 0.94 0.54
Hex F8 1D AB 0 58 1F 3 141 5E 36
Octal 370 35 253 0 130 37 3 501 136 66
Binary 11111000 11101 10101011 0 1011000 11111 11 101000001 1011110 110110

Color Harmonies of #F81DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DAB

Black with #F81DAB

Text Example


Text Example

White with #F81DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DAB; }

 p { color: rgb(248,29,171); }

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

background-color css

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

 a { background-color: rgb(248,29,171); }

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

border-color css

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

 span { border-color: rgb(248,29,171); }

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