Html Css Color HEX #FA10A3 Spicy Pink

📋 copy color: '#FA10A3'

red 250 ◦ green 16 ◦ blue 163

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

Shades of Spicy Pink #FA10A3

Tints of Spicy Pink #FA10A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38%

R = 58.28%
G = 3.73%
B = 38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA10A3 (or 0xFA10A3) is known color: Spicy Pink. HEX triplet: FA, 10 and A3. RGB value is (250,16,163). Sum of RGB (Red+Green+Blue) = 250+16+163=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10A3 is #05EF5C. Grayscale: #666666. Windows color (decimal): -388957 or 10686714. OLE color: 10686714.

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

Color convert

RGB 250 16 163 -
CMYK 0 0.94 0.35 0.02
HSL 322.31º 0.96% 0.52% -
HSV(B) 322.31º 0.94% 0.98% -
XYZ 46.22 23.34 36.72 -
YUV 102.72 162.02 233.05 -
System Red Green Blue C M Y K H S L
Decimal 250 16 163 0 0.94 0.35 0.02 322.31 0.96 0.52
Hex FA 10 A3 0 5E 23 2 142 60 34
Octal 372 20 243 0 136 43 2 502 140 64
Binary 11111010 10000 10100011 0 1011110 100011 10 101000010 1100000 110100

Color Harmonies of #FA10A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10A3

Black with #FA10A3

Text Example


Text Example

White with #FA10A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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