Html Css Color HEX #FA73C8 Neon Pink

📋 copy color: '#FA73C8'

red 250 ◦ green 115 ◦ blue 200

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

Shades of Neon Pink #FA73C8

Tints of Neon Pink #FA73C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 44.25%
G = 20.35%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA73C8 (or 0xFA73C8) is known color: Neon Pink. HEX triplet: FA, 73 and C8. RGB value is (250,115,200). Sum of RGB (Red+Green+Blue) = 250+115+200=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C8 is #058C37. Grayscale: #A4A4A4. Windows color (decimal): -363576 or 13136890. OLE color: 13136890.

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

Color convert

RGB 250 115 200 -
CMYK 0 0.54 0.2 0.02
HSL 322.22º 0.93% 0.72% -
HSV(B) 322.22º 0.54% 0.98% -
XYZ 55.98 36.76 58.79 -
YUV 165.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 250 115 200 0 0.54 0.2 0.02 322.22 0.93 0.72
Hex FA 73 C8 0 36 14 2 142 5D 48
Octal 372 163 310 0 66 24 2 502 135 110
Binary 11111010 1110011 11001000 0 110110 10100 10 101000010 1011101 1001000

Color Harmonies of #FA73C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73C8

Black with #FA73C8

Text Example


Text Example

White with #FA73C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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