Html Css Color HEX #FA76D5 Neon Pink

📋 copy color: '#FA76D5'

red 250 ◦ green 118 ◦ blue 213

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

Shades of Neon Pink #FA76D5

Tints of Neon Pink #FA76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 43.03%
G = 20.31%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA76D5 (or 0xFA76D5) is known color: Neon Pink. HEX triplet: FA, 76 and D5. RGB value is (250,118,213). Sum of RGB (Red+Green+Blue) = 250+118+213=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76D5 is #05892A. Grayscale: #A8A8A8. Windows color (decimal): -362795 or 13989626. OLE color: 13989626.

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

Color convert

RGB 250 118 213 -
CMYK 0 0.53 0.15 0.02
HSL 316.82º 0.93% 0.72% -
HSV(B) 316.82º 0.53% 0.98% -
XYZ 57.91 38.08 67.25 -
YUV 168.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 250 118 213 0 0.53 0.15 0.02 316.82 0.93 0.72
Hex FA 76 D5 0 35 F 2 13D 5D 48
Octal 372 166 325 0 65 17 2 475 135 110
Binary 11111010 1110110 11010101 0 110101 1111 10 100111101 1011101 1001000

Color Harmonies of #FA76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76D5

Black with #FA76D5

Text Example


Text Example

White with #FA76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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