Html Css Color HEX #FA73CA Neon Pink

📋 copy color: '#FA73CA'

red 250 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #FA73CA

Tints of Neon Pink #FA73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 44.09%
G = 20.28%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA73CA (or 0xFA73CA) is known color: Neon Pink. HEX triplet: FA, 73 and CA. RGB value is (250,115,202). Sum of RGB (Red+Green+Blue) = 250+115+202=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73CA is #058C35. Grayscale: #A5A5A5. Windows color (decimal): -363574 or 13267962. OLE color: 13267962.

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

Color convert

RGB 250 115 202 -
CMYK 0 0.54 0.19 0.02
HSL 321.33º 0.93% 0.72% -
HSV(B) 321.33º 0.54% 0.98% -
XYZ 56.22 36.85 60.03 -
YUV 165.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 250 115 202 0 0.54 0.19 0.02 321.33 0.93 0.72
Hex FA 73 CA 0 36 13 2 141 5D 48
Octal 372 163 312 0 66 23 2 501 135 110
Binary 11111010 1110011 11001010 0 110110 10011 10 101000001 1011101 1001000

Color Harmonies of #FA73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73CA

Black with #FA73CA

Text Example


Text Example

White with #FA73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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