Html Css Color HEX #FA1BA8 Spicy Pink

📋 copy color: '#FA1BA8'

red 250 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #FA1BA8

Tints of Spicy Pink #FA1BA8

RGB

 RED value IS 250 (98.05% from 255) = 56.18%

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

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 56.18%
G = 6.07%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA1BA8 (or 0xFA1BA8) is known color: Spicy Pink. HEX triplet: FA, 1B and A8. RGB value is (250,27,168). Sum of RGB (Red+Green+Blue) = 250+27+168=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1BA8 is #05E457. Grayscale: #6D6D6D. Windows color (decimal): -386136 or 11017210. OLE color: 11017210.

HSL color Cylindrical-coordinate representation of color #FA1BA8: hue angle of 322.06º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 27 168 -
CMYK 0 0.89 0.33 0.02
HSL 322.06º 0.96% 0.54% -
HSV(B) 322.06º 0.89% 0.98% -
XYZ 46.88 23.94 39.19 -
YUV 109.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 250 27 168 0 0.89 0.33 0.02 322.06 0.96 0.54
Hex FA 1B A8 0 59 21 2 142 60 36
Octal 372 33 250 0 131 41 2 502 140 66
Binary 11111010 11011 10101000 0 1011001 100001 10 101000010 1100000 110110

Color Harmonies of #FA1BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1BA8

Black with #FA1BA8

Text Example


Text Example

White with #FA1BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1BA8; }

 p { color: rgb(250,27,168); }

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

background-color css

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

 a { background-color: rgb(250,27,168); }

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

border-color css

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

 span { border-color: rgb(250,27,168); }

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