Html Css Color HEX #FA1AB9 Spicy Pink

📋 copy color: '#FA1AB9'

red 250 ◦ green 26 ◦ blue 185

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

Shades of Spicy Pink #FA1AB9

Tints of Spicy Pink #FA1AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.64%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 54.23%
G = 5.64%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA1AB9 (or 0xFA1AB9) is known color: Spicy Pink. HEX triplet: FA, 1A and B9. RGB value is (250,26,185). Sum of RGB (Red+Green+Blue) = 250+26+185=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AB9 is #05E546. Grayscale: #6E6E6E. Windows color (decimal): -386375 or 12131066. OLE color: 12131066.

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

Color convert

RGB 250 26 185 -
CMYK 0 0.90 0.26 0.02
HSL 317.41º 0.96% 0.54% -
HSV(B) 317.41º 0.9% 0.98% -
XYZ 48.55 24.57 48.08 -
YUV 111.1 169.71 227.07 -
System Red Green Blue C M Y K H S L
Decimal 250 26 185 0 0.90 0.26 0.02 317.41 0.96 0.54
Hex FA 1A B9 0 5A 1A 2 13D 60 36
Octal 372 32 271 0 132 32 2 475 140 66
Binary 11111010 11010 10111001 0 1011010 11010 10 100111101 1100000 110110

Color Harmonies of #FA1AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AB9

Black with #FA1AB9

Text Example


Text Example

White with #FA1AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AB9; }

 p { color: rgb(250,26,185); }

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

background-color css

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

 a { background-color: rgb(250,26,185); }

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

border-color css

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

 span { border-color: rgb(250,26,185); }

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