Html Css Color HEX #FA7AD1 Neon Pink

📋 copy color: '#FA7AD1'

red 250 ◦ green 122 ◦ blue 209

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

Shades of Neon Pink #FA7AD1

Tints of Neon Pink #FA7AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 43.03%
G = 21%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA7AD1 (or 0xFA7AD1) is known color: Neon Pink. HEX triplet: FA, 7A and D1. RGB value is (250,122,209). Sum of RGB (Red+Green+Blue) = 250+122+209=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AD1 is #05852E. Grayscale: #A9A9A9. Windows color (decimal): -361775 or 13728506. OLE color: 13728506.

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

Color convert

RGB 250 122 209 -
CMYK 0 0.51 0.16 0.02
HSL 319.22º 0.93% 0.73% -
HSV(B) 319.22º 0.51% 0.98% -
XYZ 57.89 38.85 64.77 -
YUV 170.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 250 122 209 0 0.51 0.16 0.02 319.22 0.93 0.73
Hex FA 7A D1 0 33 10 2 13F 5D 49
Octal 372 172 321 0 63 20 2 477 135 111
Binary 11111010 1111010 11010001 0 110011 10000 10 100111111 1011101 1001001

Color Harmonies of #FA7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7AD1

Black with #FA7AD1

Text Example


Text Example

White with #FA7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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