Html Css Color HEX #FA10AB Spicy Pink

📋 copy color: '#FA10AB'

red 250 ◦ green 16 ◦ blue 171

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

Shades of Spicy Pink #FA10AB

Tints of Spicy Pink #FA10AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 57.21%
G = 3.66%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA10AB (or 0xFA10AB) is known color: Spicy Pink. HEX triplet: FA, 10 and AB. RGB value is (250,16,171). Sum of RGB (Red+Green+Blue) = 250+16+171=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA10AB is #05EF54. Grayscale: #676767. Windows color (decimal): -388949 or 11211002. OLE color: 11211002.

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

Color convert

RGB 250 16 171 -
CMYK 0 0.94 0.32 0.02
HSL 320.26º 0.96% 0.52% -
HSV(B) 320.26º 0.94% 0.98% -
XYZ 46.96 23.63 40.61 -
YUV 103.64 166.02 232.4 -
System Red Green Blue C M Y K H S L
Decimal 250 16 171 0 0.94 0.32 0.02 320.26 0.96 0.52
Hex FA 10 AB 0 5E 20 2 140 60 34
Octal 372 20 253 0 136 40 2 500 140 64
Binary 11111010 10000 10101011 0 1011110 100000 10 101000000 1100000 110100

Color Harmonies of #FA10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA10AB

Black with #FA10AB

Text Example


Text Example

White with #FA10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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