Html Css Color HEX #FA16AF Spicy Pink

📋 copy color: '#FA16AF'

red 250 ◦ green 22 ◦ blue 175

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

Shades of Spicy Pink #FA16AF

Tints of Spicy Pink #FA16AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.92%

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 55.93%
G = 4.92%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA16AF (or 0xFA16AF) is known color: Spicy Pink. HEX triplet: FA, 16 and AF. RGB value is (250,22,175). Sum of RGB (Red+Green+Blue) = 250+22+175=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA16AF is #05E950. Grayscale: #6B6B6B. Windows color (decimal): -387409 or 11474682. OLE color: 11474682.

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

Color convert

RGB 250 22 175 -
CMYK 0 0.91 0.3 0.02
HSL 319.74º 0.96% 0.53% -
HSV(B) 319.74º 0.91% 0.98% -
XYZ 47.45 23.99 42.69 -
YUV 107.61 166.04 229.56 -
System Red Green Blue C M Y K H S L
Decimal 250 22 175 0 0.91 0.3 0.02 319.74 0.96 0.53
Hex FA 16 AF 0 5B 1E 2 140 60 35
Octal 372 26 257 0 133 36 2 500 140 65
Binary 11111010 10110 10101111 0 1011011 11110 10 101000000 1100000 110101

Color Harmonies of #FA16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA16AF

Black with #FA16AF

Text Example


Text Example

White with #FA16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA16AF; }

 p { color: rgb(250,22,175); }

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

background-color css

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

 a { background-color: rgb(250,22,175); }

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

border-color css

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

 span { border-color: rgb(250,22,175); }

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