Html Css Color HEX #FF1FAB Spicy Pink

📋 copy color: '#FF1FAB'

red 255 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #FF1FAB

Tints of Spicy Pink #FF1FAB

RGB

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

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

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

R = 55.8%
G = 6.78%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF1FAB (or 0xFF1FAB) is known color: Spicy Pink. HEX triplet: FF, 1F and AB. RGB value is (255,31,171). Sum of RGB (Red+Green+Blue) = 255+31+171=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FAB is #00E054. Grayscale: #717171. Windows color (decimal): -57429 or 11214847. OLE color: 11214847.

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

Color convert

RGB 255 31 171 -
CMYK 0 0.88 0.33 0
HSL 322.5º 1% 0.56% -
HSV(B) 322.5º 0.88% 1% -
XYZ 49.08 25.18 40.8 -
YUV 113.94 160.21 228.62 -
System Red Green Blue C M Y K H S L
Decimal 255 31 171 0 0.88 0.33 0 322.5 1 0.56
Hex FF 1F AB 0 58 21 0 142 64 38
Octal 377 37 253 0 130 41 0 502 144 70
Binary 11111111 11111 10101011 0 1011000 100001 0 101000010 1100100 111000

Color Harmonies of #FF1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1FAB

Black with #FF1FAB

Text Example


Text Example

White with #FF1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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