Html Css Color HEX #FA18A2 Spicy Pink

📋 copy color: '#FA18A2'

red 250 ◦ green 24 ◦ blue 162

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

Shades of Spicy Pink #FA18A2

Tints of Spicy Pink #FA18A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 57.34%
G = 5.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA18A2 (or 0xFA18A2) is known color: Spicy Pink. HEX triplet: FA, 18 and A2. RGB value is (250,24,162). Sum of RGB (Red+Green+Blue) = 250+24+162=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA18A2 is #05E75D. Grayscale: #6A6A6A. Windows color (decimal): -386910 or 10623226. OLE color: 10623226.

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

Color convert

RGB 250 24 162 -
CMYK 0 0.90 0.35 0.02
HSL 323.36º 0.96% 0.54% -
HSV(B) 323.36º 0.9% 0.98% -
XYZ 46.27 23.59 36.3 -
YUV 107.31 158.87 229.78 -
System Red Green Blue C M Y K H S L
Decimal 250 24 162 0 0.90 0.35 0.02 323.36 0.96 0.54
Hex FA 18 A2 0 5A 23 2 143 60 36
Octal 372 30 242 0 132 43 2 503 140 66
Binary 11111010 11000 10100010 0 1011010 100011 10 101000011 1100000 110110

Color Harmonies of #FA18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA18A2

Black with #FA18A2

Text Example


Text Example

White with #FA18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA18A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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