Html Css Color HEX #FF1FAD Spicy Pink

📋 copy color: '#FF1FAD'

red 255 ◦ green 31 ◦ blue 173

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

Shades of Spicy Pink #FF1FAD

Tints of Spicy Pink #FF1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.75%

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

R = 55.56%
G = 6.75%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF1FAD (or 0xFF1FAD) is known color: Spicy Pink. HEX triplet: FF, 1F and AD. RGB value is (255,31,173). Sum of RGB (Red+Green+Blue) = 255+31+173=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FAD is #00E052. Grayscale: #717171. Windows color (decimal): -57427 or 11345919. OLE color: 11345919.

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

Color convert

RGB 255 31 173 -
CMYK 0 0.88 0.32 0
HSL 321.96º 1% 0.56% -
HSV(B) 321.96º 0.88% 1% -
XYZ 49.27 25.26 41.81 -
YUV 114.16 161.21 228.45 -
System Red Green Blue C M Y K H S L
Decimal 255 31 173 0 0.88 0.32 0 321.96 1 0.56
Hex FF 1F AD 0 58 20 0 142 64 38
Octal 377 37 255 0 130 40 0 502 144 70
Binary 11111111 11111 10101101 0 1011000 100000 0 101000010 1100100 111000

Color Harmonies of #FF1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1FAD

Black with #FF1FAD

Text Example


Text Example

White with #FF1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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