Html Css Color HEX #FA1DB1 Spicy Pink

📋 copy color: '#FA1DB1'

red 250 ◦ green 29 ◦ blue 177

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

Shades of Spicy Pink #FA1DB1

Tints of Spicy Pink #FA1DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 54.82%
G = 6.36%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA1DB1 (or 0xFA1DB1) is known color: Spicy Pink. HEX triplet: FA, 1D and B1. RGB value is (250,29,177). Sum of RGB (Red+Green+Blue) = 250+29+177=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DB1 is #05E24E. Grayscale: #6F6F6F. Windows color (decimal): -385615 or 11607546. OLE color: 11607546.

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

Color convert

RGB 250 29 177 -
CMYK 0 0.88 0.29 0.02
HSL 319.82º 0.96% 0.55% -
HSV(B) 319.82º 0.88% 0.98% -
XYZ 47.8 24.38 43.78 -
YUV 111.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 250 29 177 0 0.88 0.29 0.02 319.82 0.96 0.55
Hex FA 1D B1 0 58 1D 2 140 60 37
Octal 372 35 261 0 130 35 2 500 140 67
Binary 11111010 11101 10110001 0 1011000 11101 10 101000000 1100000 110111

Color Harmonies of #FA1DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DB1

Black with #FA1DB1

Text Example


Text Example

White with #FA1DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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