Html Css Color HEX #FB2AB0 Spicy Pink

📋 copy color: '#FB2AB0'

red 251 ◦ green 42 ◦ blue 176

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

Shades of Spicy Pink #FB2AB0

Tints of Spicy Pink #FB2AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 53.52%
G = 8.96%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB2AB0 (or 0xFB2AB0) is known color: Spicy Pink. HEX triplet: FB, 2A and B0. RGB value is (251,42,176). Sum of RGB (Red+Green+Blue) = 251+42+176=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2AB0 is #04D54F. Grayscale: #777777. Windows color (decimal): -316752 or 11545339. OLE color: 11545339.

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

Color convert

RGB 251 42 176 -
CMYK 0 0.83 0.30 0.02
HSL 321.53º 0.96% 0.57% -
HSV(B) 321.53º 0.83% 0.98% -
XYZ 48.45 25.3 43.4 -
YUV 119.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 251 42 176 0 0.83 0.30 0.02 321.53 0.96 0.57
Hex FB 2A B0 0 53 1E 2 142 60 39
Octal 373 52 260 0 123 36 2 502 140 71
Binary 11111011 101010 10110000 0 1010011 11110 10 101000010 1100000 111001

Color Harmonies of #FB2AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AB0

Black with #FB2AB0

Text Example


Text Example

White with #FB2AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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