Html Css Color HEX #FA1CA8 Spicy Pink

📋 copy color: '#FA1CA8'

red 250 ◦ green 28 ◦ blue 168

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

Shades of Spicy Pink #FA1CA8

Tints of Spicy Pink #FA1CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 56.05%
G = 6.28%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA1CA8 (or 0xFA1CA8) is known color: Spicy Pink. HEX triplet: FA, 1C and A8. RGB value is (250,28,168). Sum of RGB (Red+Green+Blue) = 250+28+168=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1CA8 is #05E357. Grayscale: #6E6E6E. Windows color (decimal): -385880 or 11017466. OLE color: 11017466.

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

Color convert

RGB 250 28 168 -
CMYK 0 0.89 0.33 0.02
HSL 322.16º 0.96% 0.55% -
HSV(B) 322.16º 0.89% 0.98% -
XYZ 46.91 23.98 39.2 -
YUV 110.34 160.55 227.62 -
System Red Green Blue C M Y K H S L
Decimal 250 28 168 0 0.89 0.33 0.02 322.16 0.96 0.55
Hex FA 1C A8 0 59 21 2 142 60 37
Octal 372 34 250 0 131 41 2 502 140 67
Binary 11111010 11100 10101000 0 1011001 100001 10 101000010 1100000 110111

Color Harmonies of #FA1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CA8

Black with #FA1CA8

Text Example


Text Example

White with #FA1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CA8; }

 p { color: rgb(250,28,168); }

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

background-color css

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

 a { background-color: rgb(250,28,168); }

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

border-color css

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

 span { border-color: rgb(250,28,168); }

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