Html Css Color HEX #FD11B1 Spicy Pink

📋 copy color: '#FD11B1'

red 253 ◦ green 17 ◦ blue 177

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

Shades of Spicy Pink #FD11B1

Tints of Spicy Pink #FD11B1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 56.6%
G = 3.8%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FD11B1 (or 0xFD11B1) is known color: Spicy Pink. HEX triplet: FD, 11 and B1. RGB value is (253,17,177). Sum of RGB (Red+Green+Blue) = 253+17+177=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD11B1 is #02EE4E. Grayscale: #696969. Windows color (decimal): -192079 or 11604477. OLE color: 11604477.

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

Color convert

RGB 253 17 177 -
CMYK 0 0.93 0.30 0.01
HSL 319.32º 0.98% 0.53% -
HSV(B) 319.32º 0.93% 0.99% -
XYZ 48.64 24.46 43.75 -
YUV 105.8 168.19 232.99 -
System Red Green Blue C M Y K H S L
Decimal 253 17 177 0 0.93 0.30 0.01 319.32 0.98 0.53
Hex FD 11 B1 0 5D 1E 1 13F 62 35
Octal 375 21 261 0 135 36 1 477 142 65
Binary 11111101 10001 10110001 0 1011101 11110 1 100111111 1100010 110101

Color Harmonies of #FD11B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11B1

Black with #FD11B1

Text Example


Text Example

White with #FD11B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11B1; }

 p { color: rgb(253,17,177); }

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

background-color css

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

 a { background-color: rgb(253,17,177); }

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

border-color css

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

 span { border-color: rgb(253,17,177); }

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