Html Css Color HEX #FF1DB1 Spicy Pink

📋 copy color: '#FF1DB1'

red 255 ◦ green 29 ◦ blue 177

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

Shades of Spicy Pink #FF1DB1

Tints of Spicy Pink #FF1DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.29%

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

R = 55.31%
G = 6.29%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF1DB1 (or 0xFF1DB1) is known color: Spicy Pink. HEX triplet: FF, 1D and B1. RGB value is (255,29,177). Sum of RGB (Red+Green+Blue) = 255+29+177=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DB1 is #00E24E. Grayscale: #717171. Windows color (decimal): -57935 or 11607551. OLE color: 11607551.

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

Color convert

RGB 255 29 177 -
CMYK 0 0.89 0.31 0
HSL 320.71º 1% 0.56% -
HSV(B) 320.71º 0.89% 1% -
XYZ 49.62 25.31 43.87 -
YUV 113.45 163.87 228.97 -
System Red Green Blue C M Y K H S L
Decimal 255 29 177 0 0.89 0.31 0 320.71 1 0.56
Hex FF 1D B1 0 59 1F 0 141 64 38
Octal 377 35 261 0 131 37 0 501 144 70
Binary 11111111 11101 10110001 0 1011001 11111 0 101000001 1100100 111000

Color Harmonies of #FF1DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DB1

Black with #FF1DB1

Text Example


Text Example

White with #FF1DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DB1; }

 p { color: rgb(255,29,177); }

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

background-color css

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

 a { background-color: rgb(255,29,177); }

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

border-color css

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

 span { border-color: rgb(255,29,177); }

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