Html Css Color HEX #FA6FC2 Neon Pink

📋 copy color: '#FA6FC2'

red 250 ◦ green 111 ◦ blue 194

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

Shades of Neon Pink #FA6FC2

Tints of Neon Pink #FA6FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 45.05%
G = 20%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA6FC2 (or 0xFA6FC2) is known color: Neon Pink. HEX triplet: FA, 6F and C2. RGB value is (250,111,194). Sum of RGB (Red+Green+Blue) = 250+111+194=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FC2 is #05903D. Grayscale: #A1A1A1. Windows color (decimal): -364606 or 12742650. OLE color: 12742650.

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

Color convert

RGB 250 111 194 -
CMYK 0 0.56 0.22 0.02
HSL 324.17º 0.93% 0.71% -
HSV(B) 324.17º 0.56% 0.98% -
XYZ 54.85 35.59 55.02 -
YUV 162.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 250 111 194 0 0.56 0.22 0.02 324.17 0.93 0.71
Hex FA 6F C2 0 38 16 2 144 5D 47
Octal 372 157 302 0 70 26 2 504 135 107
Binary 11111010 1101111 11000010 0 111000 10110 10 101000100 1011101 1000111

Color Harmonies of #FA6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FC2

Black with #FA6FC2

Text Example


Text Example

White with #FA6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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