Html Css Color HEX #FA58C0 Neon Pink

📋 copy color: '#FA58C0'

red 250 ◦ green 88 ◦ blue 192

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

Shades of Neon Pink #FA58C0

Tints of Neon Pink #FA58C0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.6%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 47.17%
G = 16.6%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA58C0 (or 0xFA58C0) is known color: Neon Pink. HEX triplet: FA, 58 and C0. RGB value is (250,88,192). Sum of RGB (Red+Green+Blue) = 250+88+192=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58C0 is #05A73F. Grayscale: #949494. Windows color (decimal): -370496 or 12605690. OLE color: 12605690.

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

Color convert

RGB 250 88 192 -
CMYK 0 0.65 0.23 0.02
HSL 321.48º 0.94% 0.66% -
HSV(B) 321.48º 0.65% 0.98% -
XYZ 52.43 31.11 53.11 -
YUV 148.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 250 88 192 0 0.65 0.23 0.02 321.48 0.94 0.66
Hex FA 58 C0 0 41 17 2 141 5E 42
Octal 372 130 300 0 101 27 2 501 136 102
Binary 11111010 1011000 11000000 0 1000001 10111 10 101000001 1011110 1000010

Color Harmonies of #FA58C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58C0

Black with #FA58C0

Text Example


Text Example

White with #FA58C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58C0; }

 p { color: rgb(250,88,192); }

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

background-color css

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

 a { background-color: rgb(250,88,192); }

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

border-color css

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

 span { border-color: rgb(250,88,192); }

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