Html Css Color HEX #FA2AB2 Spicy Pink

📋 copy color: '#FA2AB2'

red 250 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #FA2AB2

Tints of Spicy Pink #FA2AB2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.94%

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

R = 53.19%
G = 8.94%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA2AB2 (or 0xFA2AB2) is known color: Spicy Pink. HEX triplet: FA, 2A and B2. RGB value is (250,42,178). Sum of RGB (Red+Green+Blue) = 250+42+178=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2AB2 is #05D54D. Grayscale: #777777. Windows color (decimal): -382286 or 11676410. OLE color: 11676410.

HSL color Cylindrical-coordinate representation of color #FA2AB2: hue angle of 320.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AB2 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 42 178 -
CMYK 0 0.83 0.29 0.02
HSL 320.77º 0.95% 0.57% -
HSV(B) 320.77º 0.83% 0.98% -
XYZ 48.29 25.19 44.44 -
YUV 119.7 160.91 220.94 -
System Red Green Blue C M Y K H S L
Decimal 250 42 178 0 0.83 0.29 0.02 320.77 0.95 0.57
Hex FA 2A B2 0 53 1D 2 141 5F 39
Octal 372 52 262 0 123 35 2 501 137 71
Binary 11111010 101010 10110010 0 1010011 11101 10 101000001 1011111 111001

Color Harmonies of #FA2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2AB2

Black with #FA2AB2

Text Example


Text Example

White with #FA2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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