Html Css Color HEX #FA7AD5 Neon Pink

📋 copy color: '#FA7AD5'

red 250 ◦ green 122 ◦ blue 213

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

Shades of Neon Pink #FA7AD5

Tints of Neon Pink #FA7AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.85%

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

R = 42.74%
G = 20.85%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA7AD5 (or 0xFA7AD5) is known color: Neon Pink. HEX triplet: FA, 7A and D5. RGB value is (250,122,213). Sum of RGB (Red+Green+Blue) = 250+122+213=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AD5 is #05852A. Grayscale: #AAAAAA. Windows color (decimal): -361771 or 13990650. OLE color: 13990650.

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

Color convert

RGB 250 122 213 -
CMYK 0 0.51 0.15 0.02
HSL 317.34º 0.93% 0.73% -
HSV(B) 317.34º 0.51% 0.98% -
XYZ 58.39 39.05 67.41 -
YUV 170.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 250 122 213 0 0.51 0.15 0.02 317.34 0.93 0.73
Hex FA 7A D5 0 33 F 2 13D 5D 49
Octal 372 172 325 0 63 17 2 475 135 111
Binary 11111010 1111010 11010101 0 110011 1111 10 100111101 1011101 1001001

Color Harmonies of #FA7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7AD5

Black with #FA7AD5

Text Example


Text Example

White with #FA7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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