Html Css Color HEX #FA73C9 Neon Pink

📋 copy color: '#FA73C9'

red 250 ◦ green 115 ◦ blue 201

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

Shades of Neon Pink #FA73C9

Tints of Neon Pink #FA73C9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.32%

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 44.17%
G = 20.32%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA73C9 (or 0xFA73C9) is known color: Neon Pink. HEX triplet: FA, 73 and C9. RGB value is (250,115,201). Sum of RGB (Red+Green+Blue) = 250+115+201=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C9 is #058C36. Grayscale: #A4A4A4. Windows color (decimal): -363575 or 13202426. OLE color: 13202426.

HSL color Cylindrical-coordinate representation of color #FA73C9: hue angle of 321.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73C9 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 201 -
CMYK 0 0.54 0.20 0.02
HSL 321.78º 0.93% 0.72% -
HSV(B) 321.78º 0.54% 0.98% -
XYZ 56.1 36.8 59.41 -
YUV 165.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 250 115 201 0 0.54 0.20 0.02 321.78 0.93 0.72
Hex FA 73 C9 0 36 14 2 142 5D 48
Octal 372 163 311 0 66 24 2 502 135 110
Binary 11111010 1110011 11001001 0 110110 10100 10 101000010 1011101 1001000

Color Harmonies of #FA73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73C9

Black with #FA73C9

Text Example


Text Example

White with #FA73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73C9; }

 p { color: rgb(250,115,201); }

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

background-color css

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

 a { background-color: rgb(250,115,201); }

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

border-color css

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

 span { border-color: rgb(250,115,201); }

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