Html Css Color HEX #F81BAA Spicy Pink

📋 copy color: '#F81BAA'

red 248 ◦ green 27 ◦ blue 170

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

Shades of Spicy Pink #F81BAA

Tints of Spicy Pink #F81BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 55.73%
G = 6.07%
B = 38.2%

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

#F81BAA (or 0xF81BAA) is known color: Spicy Pink. HEX triplet: F8, 1B and AA. RGB value is (248,27,170). Sum of RGB (Red+Green+Blue) = 248+27+170=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BAA is #07E455. Grayscale: #6D6D6D. Windows color (decimal): -517206 or 11148280. OLE color: 11148280.

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

Color convert

RGB 248 27 170 -
CMYK 0 0.89 0.31 0.03
HSL 321.18º 0.94% 0.54% -
HSV(B) 321.18º 0.89% 0.97% -
XYZ 46.36 23.64 40.15 -
YUV 109.38 162.22 226.87 -
System Red Green Blue C M Y K H S L
Decimal 248 27 170 0 0.89 0.31 0.03 321.18 0.94 0.54
Hex F8 1B AA 0 59 1F 3 141 5E 36
Octal 370 33 252 0 131 37 3 501 136 66
Binary 11111000 11011 10101010 0 1011001 11111 11 101000001 1011110 110110

Color Harmonies of #F81BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BAA

Black with #F81BAA

Text Example


Text Example

White with #F81BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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