Html Css Color HEX #FA76C8 Neon Pink

📋 copy color: '#FA76C8'

red 250 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #FA76C8

Tints of Neon Pink #FA76C8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.77%

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

R = 44.01%
G = 20.77%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA76C8 (or 0xFA76C8) is known color: Neon Pink. HEX triplet: FA, 76 and C8. RGB value is (250,118,200). Sum of RGB (Red+Green+Blue) = 250+118+200=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76C8 is #058937. Grayscale: #A6A6A6. Windows color (decimal): -362808 or 13137658. OLE color: 13137658.

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

Color convert

RGB 250 118 200 -
CMYK 0 0.53 0.2 0.02
HSL 322.73º 0.93% 0.72% -
HSV(B) 322.73º 0.53% 0.98% -
XYZ 56.33 37.45 58.9 -
YUV 166.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 250 118 200 0 0.53 0.2 0.02 322.73 0.93 0.72
Hex FA 76 C8 0 35 14 2 143 5D 48
Octal 372 166 310 0 65 24 2 503 135 110
Binary 11111010 1110110 11001000 0 110101 10100 10 101000011 1011101 1001000

Color Harmonies of #FA76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76C8

Black with #FA76C8

Text Example


Text Example

White with #FA76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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