Html Css Color HEX #FA18AA Spicy Pink

📋 copy color: '#FA18AA'

red 250 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #FA18AA

Tints of Spicy Pink #FA18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 56.31%
G = 5.41%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA18AA (or 0xFA18AA) is known color: Spicy Pink. HEX triplet: FA, 18 and AA. RGB value is (250,24,170). Sum of RGB (Red+Green+Blue) = 250+24+170=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18AA is #05E755. Grayscale: #6B6B6B. Windows color (decimal): -386902 or 11147514. OLE color: 11147514.

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

Color convert

RGB 250 24 170 -
CMYK 0 0.90 0.32 0.02
HSL 321.24º 0.96% 0.54% -
HSV(B) 321.24º 0.9% 0.98% -
XYZ 47.01 23.88 40.16 -
YUV 108.22 162.87 229.13 -
System Red Green Blue C M Y K H S L
Decimal 250 24 170 0 0.90 0.32 0.02 321.24 0.96 0.54
Hex FA 18 AA 0 5A 20 2 141 60 36
Octal 372 30 252 0 132 40 2 501 140 66
Binary 11111010 11000 10101010 0 1011010 100000 10 101000001 1100000 110110

Color Harmonies of #FA18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18AA

Black with #FA18AA

Text Example


Text Example

White with #FA18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18AA; }

 p { color: rgb(250,24,170); }

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

background-color css

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

 a { background-color: rgb(250,24,170); }

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

border-color css

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

 span { border-color: rgb(250,24,170); }

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