Html Css Color HEX #FA61C1 Neon Pink

📋 copy color: '#FA61C1'

red 250 ◦ green 97 ◦ blue 193

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

Shades of Neon Pink #FA61C1

Tints of Neon Pink #FA61C1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.96%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 46.3%
G = 17.96%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA61C1 (or 0xFA61C1) is known color: Neon Pink. HEX triplet: FA, 61 and C1. RGB value is (250,97,193). Sum of RGB (Red+Green+Blue) = 250+97+193=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61C1 is #059E3E. Grayscale: #999999. Windows color (decimal): -368191 or 12673530. OLE color: 12673530.

HSL color Cylindrical-coordinate representation of color #FA61C1: hue angle of 322.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61C1 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 97 193 -
CMYK 0 0.61 0.23 0.02
HSL 322.35º 0.94% 0.68% -
HSV(B) 322.35º 0.61% 0.98% -
XYZ 53.32 32.72 53.96 -
YUV 153.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 250 97 193 0 0.61 0.23 0.02 322.35 0.94 0.68
Hex FA 61 C1 0 3D 17 2 142 5E 44
Octal 372 141 301 0 75 27 2 502 136 104
Binary 11111010 1100001 11000001 0 111101 10111 10 101000010 1011110 1000100

Color Harmonies of #FA61C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61C1

Black with #FA61C1

Text Example


Text Example

White with #FA61C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61C1; }

 p { color: rgb(250,97,193); }

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

background-color css

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

 a { background-color: rgb(250,97,193); }

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

border-color css

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

 span { border-color: rgb(250,97,193); }

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