Html Css Color HEX #FF20B6 Spicy Pink

📋 copy color: '#FF20B6'

red 255 ◦ green 32 ◦ blue 182

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

Shades of Spicy Pink #FF20B6

Tints of Spicy Pink #FF20B6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.82%

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

R = 54.37%
G = 6.82%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF20B6 (or 0xFF20B6) is known color: Spicy Pink. HEX triplet: FF, 20 and B6. RGB value is (255,32,182). Sum of RGB (Red+Green+Blue) = 255+32+182=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20B6 is #00DF49. Grayscale: #737373. Windows color (decimal): -57162 or 11935999. OLE color: 11935999.

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

Color convert

RGB 255 32 182 -
CMYK 0 0.87 0.29 0
HSL 319.64º 1% 0.56% -
HSV(B) 319.64º 0.87% 1% -
XYZ 50.2 25.67 46.57 -
YUV 115.78 165.38 227.3 -
System Red Green Blue C M Y K H S L
Decimal 255 32 182 0 0.87 0.29 0 319.64 1 0.56
Hex FF 20 B6 0 57 1D 0 140 64 38
Octal 377 40 266 0 127 35 0 500 144 70
Binary 11111111 100000 10110110 0 1010111 11101 0 101000000 1100100 111000

Color Harmonies of #FF20B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF20B6

Black with #FF20B6

Text Example


Text Example

White with #FF20B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF20B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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