Html Css Color HEX #FA6FD3 Neon Pink

📋 copy color: '#FA6FD3'

red 250 ◦ green 111 ◦ blue 211

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

Shades of Neon Pink #FA6FD3

Tints of Neon Pink #FA6FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.89%

R = 43.71%
G = 19.41%
B = 36.89%

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

#FA6FD3 (or 0xFA6FD3) is known color: Neon Pink. HEX triplet: FA, 6F and D3. RGB value is (250,111,211). Sum of RGB (Red+Green+Blue) = 250+111+211=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FD3 is #05902C. Grayscale: #A3A3A3. Windows color (decimal): -364589 or 13856762. OLE color: 13856762.

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

Color convert

RGB 250 111 211 -
CMYK 0 0.56 0.16 0.02
HSL 316.83º 0.93% 0.71% -
HSV(B) 316.83º 0.56% 0.98% -
XYZ 56.87 36.4 65.66 -
YUV 163.96 154.55 189.37 -
System Red Green Blue C M Y K H S L
Decimal 250 111 211 0 0.56 0.16 0.02 316.83 0.93 0.71
Hex FA 6F D3 0 38 10 2 13D 5D 47
Octal 372 157 323 0 70 20 2 475 135 107
Binary 11111010 1101111 11010011 0 111000 10000 10 100111101 1011101 1000111

Color Harmonies of #FA6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FD3

Black with #FA6FD3

Text Example


Text Example

White with #FA6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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