Html Css Color HEX #FA7DD0 Neon Pink

📋 copy color: '#FA7DD0'

red 250 ◦ green 125 ◦ blue 208

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

Shades of Neon Pink #FA7DD0

Tints of Neon Pink #FA7DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 42.88%
G = 21.44%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA7DD0 (or 0xFA7DD0) is known color: Neon Pink. HEX triplet: FA, 7D and D0. RGB value is (250,125,208). Sum of RGB (Red+Green+Blue) = 250+125+208=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DD0 is #05822F. Grayscale: #ABABAB. Windows color (decimal): -361008 or 13663738. OLE color: 13663738.

HSL color Cylindrical-coordinate representation of color #FA7DD0: hue angle of 320.16º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DD0 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 208 -
CMYK 0 0.50 0.17 0.02
HSL 320.16º 0.93% 0.74% -
HSV(B) 320.16º 0.5% 0.98% -
XYZ 58.14 39.55 64.24 -
YUV 171.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 250 125 208 0 0.50 0.17 0.02 320.16 0.93 0.74
Hex FA 7D D0 0 32 11 2 140 5D 4A
Octal 372 175 320 0 62 21 2 500 135 112
Binary 11111010 1111101 11010000 0 110010 10001 10 101000000 1011101 1001010

Color Harmonies of #FA7DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DD0

Black with #FA7DD0

Text Example


Text Example

White with #FA7DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DD0; }

 p { color: rgb(250,125,208); }

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

background-color css

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

 a { background-color: rgb(250,125,208); }

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

border-color css

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

 span { border-color: rgb(250,125,208); }

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