Html Css Color HEX #FA58CF Neon Pink

📋 copy color: '#FA58CF'

red 250 ◦ green 88 ◦ blue 207

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

Shades of Neon Pink #FA58CF

Tints of Neon Pink #FA58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 45.87%
G = 16.15%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA58CF (or 0xFA58CF) is known color: Neon Pink. HEX triplet: FA, 58 and CF. RGB value is (250,88,207). Sum of RGB (Red+Green+Blue) = 250+88+207=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58CF is #05A730. Grayscale: #959595. Windows color (decimal): -370481 or 13588730. OLE color: 13588730.

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

Color convert

RGB 250 88 207 -
CMYK 0 0.65 0.17 0.02
HSL 315.93º 0.94% 0.66% -
HSV(B) 315.93º 0.65% 0.98% -
XYZ 54.18 31.81 62.32 -
YUV 150 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 250 88 207 0 0.65 0.17 0.02 315.93 0.94 0.66
Hex FA 58 CF 0 41 11 2 13C 5E 42
Octal 372 130 317 0 101 21 2 474 136 102
Binary 11111010 1011000 11001111 0 1000001 10001 10 100111100 1011110 1000010

Color Harmonies of #FA58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58CF

Black with #FA58CF

Text Example


Text Example

White with #FA58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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