Html Css Color HEX #FA6FD1 Neon Pink

📋 copy color: '#FA6FD1'

red 250 ◦ green 111 ◦ blue 209

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

Shades of Neon Pink #FA6FD1

Tints of Neon Pink #FA6FD1

RGB

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

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

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

R = 43.86%
G = 19.47%
B = 36.67%

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

#FA6FD1 (or 0xFA6FD1) is known color: Neon Pink. HEX triplet: FA, 6F and D1. RGB value is (250,111,209). Sum of RGB (Red+Green+Blue) = 250+111+209=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FD1 is #05902E. Grayscale: #A3A3A3. Windows color (decimal): -364591 or 13725690. OLE color: 13725690.

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

Color convert

RGB 250 111 209 -
CMYK 0 0.56 0.16 0.02
HSL 317.7º 0.93% 0.71% -
HSV(B) 317.7º 0.56% 0.98% -
XYZ 56.62 36.3 64.34 -
YUV 163.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 250 111 209 0 0.56 0.16 0.02 317.7 0.93 0.71
Hex FA 6F D1 0 38 10 2 13E 5D 47
Octal 372 157 321 0 70 20 2 476 135 107
Binary 11111010 1101111 11010001 0 111000 10000 10 100111110 1011101 1000111

Color Harmonies of #FA6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FD1

Black with #FA6FD1

Text Example


Text Example

White with #FA6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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