Html Css Color HEX #FB1DB6 Spicy Pink

📋 copy color: '#FB1DB6'

red 251 ◦ green 29 ◦ blue 182

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

Shades of Spicy Pink #FB1DB6

Tints of Spicy Pink #FB1DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.28%

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

R = 54.33%
G = 6.28%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB1DB6 (or 0xFB1DB6) is known color: Spicy Pink. HEX triplet: FB, 1D and B6. RGB value is (251,29,182). Sum of RGB (Red+Green+Blue) = 251+29+182=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DB6 is #04E249. Grayscale: #707070. Windows color (decimal): -320074 or 11935227. OLE color: 11935227.

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

Color convert

RGB 251 29 182 -
CMYK 0 0.88 0.27 0.02
HSL 318.65º 0.97% 0.55% -
HSV(B) 318.65º 0.88% 0.98% -
XYZ 48.67 24.77 46.47 -
YUV 112.82 167.05 226.56 -
System Red Green Blue C M Y K H S L
Decimal 251 29 182 0 0.88 0.27 0.02 318.65 0.97 0.55
Hex FB 1D B6 0 58 1B 2 13F 61 37
Octal 373 35 266 0 130 33 2 477 141 67
Binary 11111011 11101 10110110 0 1011000 11011 10 100111111 1100001 110111

Color Harmonies of #FB1DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DB6

Black with #FB1DB6

Text Example


Text Example

White with #FB1DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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