Html Css Color HEX #F81BA4 Spicy Pink

📋 copy color: '#F81BA4'

red 248 ◦ green 27 ◦ blue 164

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

Shades of Spicy Pink #F81BA4

Tints of Spicy Pink #F81BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 56.49%
G = 6.15%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F81BA4 (or 0xF81BA4) is known color: Spicy Pink. HEX triplet: F8, 1B and A4. RGB value is (248,27,164). Sum of RGB (Red+Green+Blue) = 248+27+164=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81BA4 is #07E45B. Grayscale: #6C6C6C. Windows color (decimal): -517212 or 10755064. OLE color: 10755064.

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

Color convert

RGB 248 27 164 -
CMYK 0 0.89 0.34 0.03
HSL 322.81º 0.94% 0.54% -
HSV(B) 322.81º 0.89% 0.97% -
XYZ 45.8 23.42 37.23 -
YUV 108.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 248 27 164 0 0.89 0.34 0.03 322.81 0.94 0.54
Hex F8 1B A4 0 59 22 3 143 5E 36
Octal 370 33 244 0 131 42 3 503 136 66
Binary 11111000 11011 10100100 0 1011001 100010 11 101000011 1011110 110110

Color Harmonies of #F81BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BA4

Black with #F81BA4

Text Example


Text Example

White with #F81BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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