Html Css Color HEX #FA22B2 Spicy Pink

📋 copy color: '#FA22B2'

red 250 ◦ green 34 ◦ blue 178

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

Shades of Spicy Pink #FA22B2

Tints of Spicy Pink #FA22B2

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.36%

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

R = 54.11%
G = 7.36%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA22B2 (or 0xFA22B2) is known color: Spicy Pink. HEX triplet: FA, 22 and B2. RGB value is (250,34,178). Sum of RGB (Red+Green+Blue) = 250+34+178=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA22B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA22B2 is #05DD4D. Grayscale: #727272. Windows color (decimal): -384334 or 11674362. OLE color: 11674362.

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

Color convert

RGB 250 34 178 -
CMYK 0 0.86 0.29 0.02
HSL 320º 0.96% 0.56% -
HSV(B) 320º 0.86% 0.98% -
XYZ 48.03 24.68 44.35 -
YUV 115 163.56 224.29 -
System Red Green Blue C M Y K H S L
Decimal 250 34 178 0 0.86 0.29 0.02 320 0.96 0.56
Hex FA 22 B2 0 56 1D 2 140 60 38
Octal 372 42 262 0 126 35 2 500 140 70
Binary 11111010 100010 10110010 0 1010110 11101 10 101000000 1100000 111000

Color Harmonies of #FA22B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA22B2

Black with #FA22B2

Text Example


Text Example

White with #FA22B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA22B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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