Html Css Color HEX #FB12A2 Spicy Pink

📋 copy color: '#FB12A2'

red 251 ◦ green 18 ◦ blue 162

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

Shades of Spicy Pink #FB12A2

Tints of Spicy Pink #FB12A2

RGB

 RED value IS 251 (98.44% from 255) = 58.24%

 GREEN value IS 18 (7.42% from 255) = 4.18%

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 58.24%
G = 4.18%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB12A2 (or 0xFB12A2) is known color: Spicy Pink. HEX triplet: FB, 12 and A2. RGB value is (251,18,162). Sum of RGB (Red+Green+Blue) = 251+18+162=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB12A2 is #04ED5D. Grayscale: #676767. Windows color (decimal): -322910 or 10621691. OLE color: 10621691.

HSL color Cylindrical-coordinate representation of color #FB12A2: hue angle of 322.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12A2 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 162 -
CMYK 0 0.93 0.35 0.02
HSL 322.92º 0.97% 0.53% -
HSV(B) 322.92º 0.93% 0.98% -
XYZ 46.52 23.55 36.28 -
YUV 104.08 160.69 232.79 -
System Red Green Blue C M Y K H S L
Decimal 251 18 162 0 0.93 0.35 0.02 322.92 0.97 0.53
Hex FB 12 A2 0 5D 23 2 143 61 35
Octal 373 22 242 0 135 43 2 503 141 65
Binary 11111011 10010 10100010 0 1011101 100011 10 101000011 1100001 110101

Color Harmonies of #FB12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB12A2

Black with #FB12A2

Text Example


Text Example

White with #FB12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB12A2; }

 p { color: rgb(251,18,162); }

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

background-color css

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

 a { background-color: rgb(251,18,162); }

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

border-color css

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

 span { border-color: rgb(251,18,162); }

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