Html Css Color HEX #FA1DB7 Spicy Pink

📋 copy color: '#FA1DB7'

red 250 ◦ green 29 ◦ blue 183

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

Shades of Spicy Pink #FA1DB7

Tints of Spicy Pink #FA1DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 54.11%
G = 6.28%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA1DB7 (or 0xFA1DB7) is known color: Spicy Pink. HEX triplet: FA, 1D and B7. RGB value is (250,29,183). Sum of RGB (Red+Green+Blue) = 250+29+183=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1DB7 is #05E248. Grayscale: #707070. Windows color (decimal): -385609 or 12000762. OLE color: 12000762.

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

Color convert

RGB 250 29 183 -
CMYK 0 0.88 0.27 0.02
HSL 318.19º 0.96% 0.55% -
HSV(B) 318.19º 0.88% 0.98% -
XYZ 48.41 24.62 47 -
YUV 112.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 250 29 183 0 0.88 0.27 0.02 318.19 0.96 0.55
Hex FA 1D B7 0 58 1B 2 13E 60 37
Octal 372 35 267 0 130 33 2 476 140 67
Binary 11111010 11101 10110111 0 1011000 11011 10 100111110 1100000 110111

Color Harmonies of #FA1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DB7

Black with #FA1DB7

Text Example


Text Example

White with #FA1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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