Html Css Color HEX #FA1DA7 Spicy Pink

📋 copy color: '#FA1DA7'

red 250 ◦ green 29 ◦ blue 167

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

Shades of Spicy Pink #FA1DA7

Tints of Spicy Pink #FA1DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.44%

R = 56.05%
G = 6.5%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA1DA7 (or 0xFA1DA7) is known color: Spicy Pink. HEX triplet: FA, 1D and A7. RGB value is (250,29,167). Sum of RGB (Red+Green+Blue) = 250+29+167=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1DA7 is #05E258. Grayscale: #6E6E6E. Windows color (decimal): -385625 or 10952186. OLE color: 10952186.

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

Color convert

RGB 250 29 167 -
CMYK 0 0.88 0.33 0.02
HSL 322.53º 0.96% 0.55% -
HSV(B) 322.53º 0.88% 0.98% -
XYZ 46.84 23.99 38.72 -
YUV 110.81 159.72 227.28 -
System Red Green Blue C M Y K H S L
Decimal 250 29 167 0 0.88 0.33 0.02 322.53 0.96 0.55
Hex FA 1D A7 0 58 21 2 143 60 37
Octal 372 35 247 0 130 41 2 503 140 67
Binary 11111010 11101 10100111 0 1011000 100001 10 101000011 1100000 110111

Color Harmonies of #FA1DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DA7

Black with #FA1DA7

Text Example


Text Example

White with #FA1DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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