Html Css Color HEX #FA1DAB Spicy Pink

📋 copy color: '#FA1DAB'

red 250 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #FA1DAB

Tints of Spicy Pink #FA1DAB

RGB

 RED value IS 250 (98.05% from 255) = 55.56%

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

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

R = 55.56%
G = 6.44%
B = 38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA1DAB (or 0xFA1DAB) is known color: Spicy Pink. HEX triplet: FA, 1D and AB. RGB value is (250,29,171). Sum of RGB (Red+Green+Blue) = 250+29+171=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DAB is #05E254. Grayscale: #6E6E6E. Windows color (decimal): -385621 or 11214330. OLE color: 11214330.

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

Color convert

RGB 250 29 171 -
CMYK 0 0.88 0.32 0.02
HSL 321.45º 0.96% 0.55% -
HSV(B) 321.45º 0.88% 0.98% -
XYZ 47.21 24.14 40.7 -
YUV 111.27 161.72 226.95 -
System Red Green Blue C M Y K H S L
Decimal 250 29 171 0 0.88 0.32 0.02 321.45 0.96 0.55
Hex FA 1D AB 0 58 20 2 141 60 37
Octal 372 35 253 0 130 40 2 501 140 67
Binary 11111010 11101 10101011 0 1011000 100000 10 101000001 1100000 110111

Color Harmonies of #FA1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DAB

Black with #FA1DAB

Text Example


Text Example

White with #FA1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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