Html Css Color HEX #F81BAB Spicy Pink

📋 copy color: '#F81BAB'

red 248 ◦ green 27 ◦ blue 171

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

Shades of Spicy Pink #F81BAB

Tints of Spicy Pink #F81BAB

RGB

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

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

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

R = 55.61%
G = 6.05%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F81BAB (or 0xF81BAB) is known color: Spicy Pink. HEX triplet: F8, 1B and AB. RGB value is (248,27,171). Sum of RGB (Red+Green+Blue) = 248+27+171=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BAB is #07E454. Grayscale: #6D6D6D. Windows color (decimal): -517205 or 11213816. OLE color: 11213816.

HSL color Cylindrical-coordinate representation of color #F81BAB: hue angle of 320.9º 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 #F81BAB is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 27 171 -
CMYK 0 0.89 0.31 0.03
HSL 320.91º 0.94% 0.54% -
HSV(B) 320.91º 0.89% 0.97% -
XYZ 46.45 23.68 40.65 -
YUV 109.5 162.72 226.79 -
System Red Green Blue C M Y K H S L
Decimal 248 27 171 0 0.89 0.31 0.03 320.91 0.94 0.54
Hex F8 1B AB 0 59 1F 3 141 5E 36
Octal 370 33 253 0 131 37 3 501 136 66
Binary 11111000 11011 10101011 0 1011001 11111 11 101000001 1011110 110110

Color Harmonies of #F81BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BAB

Black with #F81BAB

Text Example


Text Example

White with #F81BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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