Html Css Color HEX #FD1BA6 Spicy Pink

📋 copy color: '#FD1BA6'

red 253 ◦ green 27 ◦ blue 166

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

Shades of Spicy Pink #FD1BA6

Tints of Spicy Pink #FD1BA6

RGB

 RED value IS 253 (99.22% from 255) = 56.73%

 GREEN value IS 27 (10.94% from 255) = 6.05%

 BLUE value IS 166 (65.23% from 255) = 37.22%

R = 56.73%
G = 6.05%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD1BA6 (or 0xFD1BA6) is known color: Spicy Pink. HEX triplet: FD, 1B and A6. RGB value is (253,27,166). Sum of RGB (Red+Green+Blue) = 253+27+166=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1BA6 is #02E459. Grayscale: #6E6E6E. Windows color (decimal): -189530 or 10886141. OLE color: 10886141.

HSL color Cylindrical-coordinate representation of color #FD1BA6: hue angle of 323.1º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1BA6 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 27 166 -
CMYK 0 0.89 0.34 0.01
HSL 323.1º 0.98% 0.55% -
HSV(B) 323.1º 0.89% 0.99% -
XYZ 47.78 24.42 38.27 -
YUV 110.42 159.37 229.7 -
System Red Green Blue C M Y K H S L
Decimal 253 27 166 0 0.89 0.34 0.01 323.1 0.98 0.55
Hex FD 1B A6 0 59 22 1 143 62 37
Octal 375 33 246 0 131 42 1 503 142 67
Binary 11111101 11011 10100110 0 1011001 100010 1 101000011 1100010 110111

Color Harmonies of #FD1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1BA6

Black with #FD1BA6

Text Example


Text Example

White with #FD1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1BA6; }

 p { color: rgb(253,27,166); }

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

background-color css

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

 a { background-color: rgb(253,27,166); }

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

border-color css

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

 span { border-color: rgb(253,27,166); }

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