Html Css Color HEX #F959D1 Neon Pink

📋 copy color: '#F959D1'

red 249 ◦ green 89 ◦ blue 209

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

Shades of Neon Pink #F959D1

Tints of Neon Pink #F959D1

RGB

 RED value IS 249 (97.66% from 255) = 45.52%

 GREEN value IS 89 (35.16% from 255) = 16.27%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 45.52%
G = 16.27%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F959D1 (or 0xF959D1) is known color: Neon Pink. HEX triplet: F9, 59 and D1. RGB value is (249,89,209). Sum of RGB (Red+Green+Blue) = 249+89+209=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D1 is #06A62E. Grayscale: #969696. Windows color (decimal): -435759 or 13720057. OLE color: 13720057.

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

Color convert

RGB 249 89 209 -
CMYK 0 0.64 0.16 0.02
HSL 315º 0.93% 0.66% -
HSV(B) 315º 0.64% 0.98% -
XYZ 54.15 31.89 63.62 -
YUV 150.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 249 89 209 0 0.64 0.16 0.02 315 0.93 0.66
Hex F9 59 D1 0 40 10 2 13B 5D 42
Octal 371 131 321 0 100 20 2 473 135 102
Binary 11111001 1011001 11010001 0 1000000 10000 10 100111011 1011101 1000010

Color Harmonies of #F959D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959D1

Black with #F959D1

Text Example


Text Example

White with #F959D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959D1; }

 p { color: rgb(249,89,209); }

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

background-color css

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

 a { background-color: rgb(249,89,209); }

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

border-color css

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

 span { border-color: rgb(249,89,209); }

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