Html Css Color HEX #FA10A8 Spicy Pink

📋 copy color: '#FA10A8'

red 250 ◦ green 16 ◦ blue 168

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

Shades of Spicy Pink #FA10A8

Tints of Spicy Pink #FA10A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.69%

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

R = 57.6%
G = 3.69%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA10A8 (or 0xFA10A8) is known color: Spicy Pink. HEX triplet: FA, 10 and A8. RGB value is (250,16,168). Sum of RGB (Red+Green+Blue) = 250+16+168=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10A8 is #05EF57. Grayscale: #666666. Windows color (decimal): -388952 or 11014394. OLE color: 11014394.

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

Color convert

RGB 250 16 168 -
CMYK 0 0.94 0.33 0.02
HSL 321.03º 0.96% 0.52% -
HSV(B) 321.03º 0.94% 0.98% -
XYZ 46.68 23.52 39.13 -
YUV 103.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 250 16 168 0 0.94 0.33 0.02 321.03 0.96 0.52
Hex FA 10 A8 0 5E 21 2 141 60 34
Octal 372 20 250 0 136 41 2 501 140 64
Binary 11111010 10000 10101000 0 1011110 100001 10 101000001 1100000 110100

Color Harmonies of #FA10A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10A8

Black with #FA10A8

Text Example


Text Example

White with #FA10A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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