Html Css Color HEX #FB1FB2 Spicy Pink

📋 copy color: '#FB1FB2'

red 251 ◦ green 31 ◦ blue 178

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

Shades of Spicy Pink #FB1FB2

Tints of Spicy Pink #FB1FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.7%

R = 54.57%
G = 6.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB1FB2 (or 0xFB1FB2) is known color: Spicy Pink. HEX triplet: FB, 1F and B2. RGB value is (251,31,178). Sum of RGB (Red+Green+Blue) = 251+31+178=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1FB2 is #04E04D. Grayscale: #717171. Windows color (decimal): -319566 or 11673595. OLE color: 11673595.

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

Color convert

RGB 251 31 178 -
CMYK 0 0.88 0.29 0.02
HSL 319.91º 0.96% 0.55% -
HSV(B) 319.91º 0.88% 0.98% -
XYZ 48.31 24.7 44.34 -
YUV 113.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 251 31 178 0 0.88 0.29 0.02 319.91 0.96 0.55
Hex FB 1F B2 0 58 1D 2 140 60 37
Octal 373 37 262 0 130 35 2 500 140 67
Binary 11111011 11111 10110010 0 1011000 11101 10 101000000 1100000 110111

Color Harmonies of #FB1FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1FB2

Black with #FB1FB2

Text Example


Text Example

White with #FB1FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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