Html Css Color HEX #FB1DA8 Spicy Pink

📋 copy color: '#FB1DA8'

red 251 ◦ green 29 ◦ blue 168

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

Shades of Spicy Pink #FB1DA8

Tints of Spicy Pink #FB1DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.5%

R = 56.03%
G = 6.47%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB1DA8 (or 0xFB1DA8) is known color: Spicy Pink. HEX triplet: FB, 1D and A8. RGB value is (251,29,168). Sum of RGB (Red+Green+Blue) = 251+29+168=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DA8 is #04E257. Grayscale: #6E6E6E. Windows color (decimal): -320088 or 11017723. OLE color: 11017723.

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

Color convert

RGB 251 29 168 -
CMYK 0 0.88 0.33 0.02
HSL 322.43º 0.97% 0.55% -
HSV(B) 322.43º 0.88% 0.98% -
XYZ 47.29 24.22 39.23 -
YUV 111.22 160.05 227.7 -
System Red Green Blue C M Y K H S L
Decimal 251 29 168 0 0.88 0.33 0.02 322.43 0.97 0.55
Hex FB 1D A8 0 58 21 2 142 61 37
Octal 373 35 250 0 130 41 2 502 141 67
Binary 11111011 11101 10101000 0 1011000 100001 10 101000010 1100001 110111

Color Harmonies of #FB1DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DA8

Black with #FB1DA8

Text Example


Text Example

White with #FB1DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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