Html Css Color HEX #FB2AB6 Spicy Pink

📋 copy color: '#FB2AB6'

red 251 ◦ green 42 ◦ blue 182

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

Shades of Spicy Pink #FB2AB6

Tints of Spicy Pink #FB2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 52.84%
G = 8.84%
B = 38.32%

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

#FB2AB6 (or 0xFB2AB6) is known color: Spicy Pink. HEX triplet: FB, 2A and B6. RGB value is (251,42,182). Sum of RGB (Red+Green+Blue) = 251+42+182=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2AB6 is #04D549. Grayscale: #787878. Windows color (decimal): -316746 or 11938555. OLE color: 11938555.

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

Color convert

RGB 251 42 182 -
CMYK 0 0.83 0.27 0.02
HSL 319.81º 0.96% 0.57% -
HSV(B) 319.81º 0.83% 0.98% -
XYZ 49.06 25.54 46.6 -
YUV 120.45 162.74 221.12 -
System Red Green Blue C M Y K H S L
Decimal 251 42 182 0 0.83 0.27 0.02 319.81 0.96 0.57
Hex FB 2A B6 0 53 1B 2 140 60 39
Octal 373 52 266 0 123 33 2 500 140 71
Binary 11111011 101010 10110110 0 1010011 11011 10 101000000 1100000 111001

Color Harmonies of #FB2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2AB6

Black with #FB2AB6

Text Example


Text Example

White with #FB2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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