Html Css Color HEX #FF1DAD Spicy Pink

📋 copy color: '#FF1DAD'

red 255 ◦ green 29 ◦ blue 173

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

Shades of Spicy Pink #FF1DAD

Tints of Spicy Pink #FF1DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 55.8%
G = 6.35%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF1DAD (or 0xFF1DAD) is known color: Spicy Pink. HEX triplet: FF, 1D and AD. RGB value is (255,29,173). Sum of RGB (Red+Green+Blue) = 255+29+173=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1DAD is #00E252. Grayscale: #707070. Windows color (decimal): -57939 or 11345407. OLE color: 11345407.

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

Color convert

RGB 255 29 173 -
CMYK 0 0.89 0.32 0
HSL 321.77º 1% 0.56% -
HSV(B) 321.77º 0.89% 1% -
XYZ 49.22 25.16 41.8 -
YUV 112.99 161.87 229.29 -
System Red Green Blue C M Y K H S L
Decimal 255 29 173 0 0.89 0.32 0 321.77 1 0.56
Hex FF 1D AD 0 59 20 0 142 64 38
Octal 377 35 255 0 131 40 0 502 144 70
Binary 11111111 11101 10101101 0 1011001 100000 0 101000010 1100100 111000

Color Harmonies of #FF1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DAD

Black with #FF1DAD

Text Example


Text Example

White with #FF1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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