Html Css Color HEX #FB1FAB Spicy Pink

📋 copy color: '#FB1FAB'

red 251 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #FB1FAB

Tints of Spicy Pink #FB1FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.84%

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 55.41%
G = 6.84%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB1FAB (or 0xFB1FAB) is known color: Spicy Pink. HEX triplet: FB, 1F and AB. RGB value is (251,31,171). Sum of RGB (Red+Green+Blue) = 251+31+171=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1FAB is #04E054. Grayscale: #707070. Windows color (decimal): -319573 or 11214843. OLE color: 11214843.

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

Color convert

RGB 251 31 171 -
CMYK 0 0.88 0.32 0.02
HSL 321.82º 0.96% 0.55% -
HSV(B) 321.82º 0.88% 0.98% -
XYZ 47.62 24.43 40.73 -
YUV 112.74 160.89 226.62 -
System Red Green Blue C M Y K H S L
Decimal 251 31 171 0 0.88 0.32 0.02 321.82 0.96 0.55
Hex FB 1F AB 0 58 20 2 142 60 37
Octal 373 37 253 0 130 40 2 502 140 67
Binary 11111011 11111 10101011 0 1011000 100000 10 101000010 1100000 110111

Color Harmonies of #FB1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1FAB

Black with #FB1FAB

Text Example


Text Example

White with #FB1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1FAB; }

 p { color: rgb(251,31,171); }

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

background-color css

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

 a { background-color: rgb(251,31,171); }

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

border-color css

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

 span { border-color: rgb(251,31,171); }

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