Html Css Color HEX #FA73D0 Neon Pink

📋 copy color: '#FA73D0'

red 250 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #FA73D0

Tints of Neon Pink #FA73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 43.63%
G = 20.07%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA73D0 (or 0xFA73D0) is known color: Neon Pink. HEX triplet: FA, 73 and D0. RGB value is (250,115,208). Sum of RGB (Red+Green+Blue) = 250+115+208=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73D0 is #058C2F. Grayscale: #A5A5A5. Windows color (decimal): -363568 or 13661178. OLE color: 13661178.

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

Color convert

RGB 250 115 208 -
CMYK 0 0.54 0.17 0.02
HSL 318.67º 0.93% 0.72% -
HSV(B) 318.67º 0.54% 0.98% -
XYZ 56.94 37.14 63.84 -
YUV 165.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 250 115 208 0 0.54 0.17 0.02 318.67 0.93 0.72
Hex FA 73 D0 0 36 11 2 13F 5D 48
Octal 372 163 320 0 66 21 2 477 135 110
Binary 11111010 1110011 11010000 0 110110 10001 10 100111111 1011101 1001000

Color Harmonies of #FA73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73D0

Black with #FA73D0

Text Example


Text Example

White with #FA73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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