Html Css Color HEX #FB2AB2 Spicy Pink

📋 copy color: '#FB2AB2'

red 251 ◦ green 42 ◦ blue 178

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

Shades of Spicy Pink #FB2AB2

Tints of Spicy Pink #FB2AB2

RGB

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

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

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

R = 53.29%
G = 8.92%
B = 37.79%

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

#FB2AB2 (or 0xFB2AB2) is known color: Spicy Pink. HEX triplet: FB, 2A and B2. RGB value is (251,42,178). Sum of RGB (Red+Green+Blue) = 251+42+178=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2AB2 is #04D54D. Grayscale: #777777. Windows color (decimal): -316750 or 11676411. OLE color: 11676411.

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

Color convert

RGB 251 42 178 -
CMYK 0 0.83 0.29 0.02
HSL 320.96º 0.96% 0.57% -
HSV(B) 320.96º 0.83% 0.98% -
XYZ 48.65 25.38 44.45 -
YUV 120 160.74 221.44 -
System Red Green Blue C M Y K H S L
Decimal 251 42 178 0 0.83 0.29 0.02 320.96 0.96 0.57
Hex FB 2A B2 0 53 1D 2 141 60 39
Octal 373 52 262 0 123 35 2 501 140 71
Binary 11111011 101010 10110010 0 1010011 11101 10 101000001 1100000 111001

Color Harmonies of #FB2AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AB2

Black with #FB2AB2

Text Example


Text Example

White with #FB2AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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