Html Css Color HEX #FA1AB2 Spicy Pink

📋 copy color: '#FA1AB2'

red 250 ◦ green 26 ◦ blue 178

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

Shades of Spicy Pink #FA1AB2

Tints of Spicy Pink #FA1AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 55.07%
G = 5.73%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA1AB2 (or 0xFA1AB2) is known color: Spicy Pink. HEX triplet: FA, 1A and B2. RGB value is (250,26,178). Sum of RGB (Red+Green+Blue) = 250+26+178=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1AB2 is #05E54D. Grayscale: #6D6D6D. Windows color (decimal): -386382 or 11672314. OLE color: 11672314.

HSL color Cylindrical-coordinate representation of color #FA1AB2: hue angle of 319.29º 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 #FA1AB2 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 178 -
CMYK 0 0.90 0.29 0.02
HSL 319.29º 0.96% 0.54% -
HSV(B) 319.29º 0.9% 0.98% -
XYZ 47.83 24.28 44.28 -
YUV 110.3 166.21 227.64 -
System Red Green Blue C M Y K H S L
Decimal 250 26 178 0 0.90 0.29 0.02 319.29 0.96 0.54
Hex FA 1A B2 0 5A 1D 2 13F 60 36
Octal 372 32 262 0 132 35 2 477 140 66
Binary 11111010 11010 10110010 0 1011010 11101 10 100111111 1100000 110110

Color Harmonies of #FA1AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AB2

Black with #FA1AB2

Text Example


Text Example

White with #FA1AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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