Html Css Color HEX #FA2AB7 Spicy Pink

📋 copy color: '#FA2AB7'

red 250 ◦ green 42 ◦ blue 183

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

Shades of Spicy Pink #FA2AB7

Tints of Spicy Pink #FA2AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.53%

R = 52.63%
G = 8.84%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA2AB7 (or 0xFA2AB7) is known color: Spicy Pink. HEX triplet: FA, 2A and B7. RGB value is (250,42,183). Sum of RGB (Red+Green+Blue) = 250+42+183=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AB7 is #05D548. Grayscale: #777777. Windows color (decimal): -382281 or 12004090. OLE color: 12004090.

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

Color convert

RGB 250 42 183 -
CMYK 0 0.83 0.27 0.02
HSL 319.33º 0.95% 0.57% -
HSV(B) 319.33º 0.83% 0.98% -
XYZ 48.8 25.4 47.13 -
YUV 120.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 250 42 183 0 0.83 0.27 0.02 319.33 0.95 0.57
Hex FA 2A B7 0 53 1B 2 13F 5F 39
Octal 372 52 267 0 123 33 2 477 137 71
Binary 11111010 101010 10110111 0 1010011 11011 10 100111111 1011111 111001

Color Harmonies of #FA2AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2AB7

Black with #FA2AB7

Text Example


Text Example

White with #FA2AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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