Html Css Color HEX #FF1DAB Spicy Pink

📋 copy color: '#FF1DAB'

red 255 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #FF1DAB

Tints of Spicy Pink #FF1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 56.04%
G = 6.37%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF1DAB (or 0xFF1DAB) is known color: Spicy Pink. HEX triplet: FF, 1D and AB. RGB value is (255,29,171). Sum of RGB (Red+Green+Blue) = 255+29+171=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DAB is #00E254. Grayscale: #707070. Windows color (decimal): -57941 or 11214335. OLE color: 11214335.

HSL color Cylindrical-coordinate representation of color #FF1DAB: hue angle of 322.3º 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 #FF1DAB is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 29 171 -
CMYK 0 0.89 0.33 0
HSL 322.3º 1% 0.56% -
HSV(B) 322.3º 0.89% 1% -
XYZ 49.03 25.08 40.78 -
YUV 112.76 160.87 229.45 -
System Red Green Blue C M Y K H S L
Decimal 255 29 171 0 0.89 0.33 0 322.3 1 0.56
Hex FF 1D AB 0 59 21 0 142 64 38
Octal 377 35 253 0 131 41 0 502 144 70
Binary 11111111 11101 10101011 0 1011001 100001 0 101000010 1100100 111000

Color Harmonies of #FF1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DAB

Black with #FF1DAB

Text Example


Text Example

White with #FF1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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