Html Css Color HEX #FA58D2 Neon Pink

📋 copy color: '#FA58D2'

red 250 ◦ green 88 ◦ blue 210

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

Shades of Neon Pink #FA58D2

Tints of Neon Pink #FA58D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.32%

R = 45.62%
G = 16.06%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA58D2 (or 0xFA58D2) is known color: Neon Pink. HEX triplet: FA, 58 and D2. RGB value is (250,88,210). Sum of RGB (Red+Green+Blue) = 250+88+210=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58D2 is #05A72D. Grayscale: #969696. Windows color (decimal): -370478 or 13785338. OLE color: 13785338.

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

Color convert

RGB 250 88 210 -
CMYK 0 0.65 0.16 0.02
HSL 314.81º 0.94% 0.66% -
HSV(B) 314.81º 0.65% 0.98% -
XYZ 54.55 31.96 64.27 -
YUV 150.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 250 88 210 0 0.65 0.16 0.02 314.81 0.94 0.66
Hex FA 58 D2 0 41 10 2 13B 5E 42
Octal 372 130 322 0 101 20 2 473 136 102
Binary 11111010 1011000 11010010 0 1000001 10000 10 100111011 1011110 1000010

Color Harmonies of #FA58D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA58D2

Black with #FA58D2

Text Example


Text Example

White with #FA58D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA58D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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