Html Css Color HEX #FA6FD2 Neon Pink

📋 copy color: '#FA6FD2'

red 250 ◦ green 111 ◦ blue 210

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

Shades of Neon Pink #FA6FD2

Tints of Neon Pink #FA6FD2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.44%

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 43.78%
G = 19.44%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA6FD2 (or 0xFA6FD2) is known color: Neon Pink. HEX triplet: FA, 6F and D2. RGB value is (250,111,210). Sum of RGB (Red+Green+Blue) = 250+111+210=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FD2 is #05902D. Grayscale: #A3A3A3. Windows color (decimal): -364590 or 13791226. OLE color: 13791226.

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

Color convert

RGB 250 111 210 -
CMYK 0 0.56 0.16 0.02
HSL 317.27º 0.93% 0.71% -
HSV(B) 317.27º 0.56% 0.98% -
XYZ 56.74 36.35 65 -
YUV 163.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 250 111 210 0 0.56 0.16 0.02 317.27 0.93 0.71
Hex FA 6F D2 0 38 10 2 13D 5D 47
Octal 372 157 322 0 70 20 2 475 135 107
Binary 11111010 1101111 11010010 0 111000 10000 10 100111101 1011101 1000111

Color Harmonies of #FA6FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FD2

Black with #FA6FD2

Text Example


Text Example

White with #FA6FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FD2; }

 p { color: rgb(250,111,210); }

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

background-color css

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

 a { background-color: rgb(250,111,210); }

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

border-color css

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

 span { border-color: rgb(250,111,210); }

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