Html Css Color HEX #FF31B6 Spicy Pink

📋 copy color: '#FF31B6'

red 255 ◦ green 49 ◦ blue 182

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

Shades of Spicy Pink #FF31B6

Tints of Spicy Pink #FF31B6

RGB

 RED value IS 255 (100% from 255) = 52.47%

 GREEN value IS 49 (19.53% from 255) = 10.08%

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

R = 52.47%
G = 10.08%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF31B6 (or 0xFF31B6) is known color: Spicy Pink. HEX triplet: FF, 31 and B6. RGB value is (255,49,182). Sum of RGB (Red+Green+Blue) = 255+49+182=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31B6 is #00CE49. Grayscale: #7D7D7D. Windows color (decimal): -52810 or 11940351. OLE color: 11940351.

HSL color Cylindrical-coordinate representation of color #FF31B6: hue angle of 321.26º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31B6 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 182 -
CMYK 0 0.81 0.29 0
HSL 321.26º 1% 0.6% -
HSV(B) 321.26º 0.81% 1% -
XYZ 50.78 26.83 46.76 -
YUV 125.76 159.75 220.19 -
System Red Green Blue C M Y K H S L
Decimal 255 49 182 0 0.81 0.29 0 321.26 1 0.6
Hex FF 31 B6 0 51 1D 0 141 64 3C
Octal 377 61 266 0 121 35 0 501 144 74
Binary 11111111 110001 10110110 0 1010001 11101 0 101000001 1100100 111100

Color Harmonies of #FF31B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF31B6

Black with #FF31B6

Text Example


Text Example

White with #FF31B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF31B6; }

 p { color: rgb(255,49,182); }

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

background-color css

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

 a { background-color: rgb(255,49,182); }

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

border-color css

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

 span { border-color: rgb(255,49,182); }

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