Html Css Color HEX #FB1DB7 Spicy Pink

📋 copy color: '#FB1DB7'

red 251 ◦ green 29 ◦ blue 183

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

Shades of Spicy Pink #FB1DB7

Tints of Spicy Pink #FB1DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 54.21%
G = 6.26%
B = 39.52%

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

#FB1DB7 (or 0xFB1DB7) is known color: Spicy Pink. HEX triplet: FB, 1D and B7. RGB value is (251,29,183). Sum of RGB (Red+Green+Blue) = 251+29+183=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1DB7 is #04E248. Grayscale: #707070. Windows color (decimal): -320073 or 12000763. OLE color: 12000763.

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

Color convert

RGB 251 29 183 -
CMYK 0 0.88 0.27 0.02
HSL 318.38º 0.97% 0.55% -
HSV(B) 318.38º 0.88% 0.98% -
XYZ 48.77 24.81 47.02 -
YUV 112.93 167.55 226.48 -
System Red Green Blue C M Y K H S L
Decimal 251 29 183 0 0.88 0.27 0.02 318.38 0.97 0.55
Hex FB 1D B7 0 58 1B 2 13E 61 37
Octal 373 35 267 0 130 33 2 476 141 67
Binary 11111011 11101 10110111 0 1011000 11011 10 100111110 1100001 110111

Color Harmonies of #FB1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DB7

Black with #FB1DB7

Text Example


Text Example

White with #FB1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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