Html Css Color HEX #FA18AC Spicy Pink

📋 copy color: '#FA18AC'

red 250 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #FA18AC

Tints of Spicy Pink #FA18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 56.05%
G = 5.38%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA18AC (or 0xFA18AC) is known color: Spicy Pink. HEX triplet: FA, 18 and AC. RGB value is (250,24,172). Sum of RGB (Red+Green+Blue) = 250+24+172=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18AC is #05E753. Grayscale: #6C6C6C. Windows color (decimal): -386900 or 11278586. OLE color: 11278586.

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

Color convert

RGB 250 24 172 -
CMYK 0 0.90 0.31 0.02
HSL 320.71º 0.96% 0.54% -
HSV(B) 320.71º 0.9% 0.98% -
XYZ 47.2 23.96 41.17 -
YUV 108.45 163.87 228.97 -
System Red Green Blue C M Y K H S L
Decimal 250 24 172 0 0.90 0.31 0.02 320.71 0.96 0.54
Hex FA 18 AC 0 5A 1F 2 141 60 36
Octal 372 30 254 0 132 37 2 501 140 66
Binary 11111010 11000 10101100 0 1011010 11111 10 101000001 1100000 110110

Color Harmonies of #FA18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18AC

Black with #FA18AC

Text Example


Text Example

White with #FA18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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