Html Css Color HEX #F959D0 Neon Pink

📋 copy color: '#F959D0'

red 249 ◦ green 89 ◦ blue 208

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

Shades of Neon Pink #F959D0

Tints of Neon Pink #F959D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 45.6%
G = 16.3%
B = 38.1%

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

#F959D0 (or 0xF959D0) is known color: Neon Pink. HEX triplet: F9, 59 and D0. RGB value is (249,89,208). Sum of RGB (Red+Green+Blue) = 249+89+208=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F959D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959D0 is #06A62F. Grayscale: #969696. Windows color (decimal): -435760 or 13654521. OLE color: 13654521.

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

Color convert

RGB 249 89 208 -
CMYK 0 0.64 0.16 0.02
HSL 315.38º 0.93% 0.66% -
HSV(B) 315.38º 0.64% 0.98% -
XYZ 54.02 31.84 62.97 -
YUV 150.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 249 89 208 0 0.64 0.16 0.02 315.38 0.93 0.66
Hex F9 59 D0 0 40 10 2 13B 5D 42
Octal 371 131 320 0 100 20 2 473 135 102
Binary 11111001 1011001 11010000 0 1000000 10000 10 100111011 1011101 1000010

Color Harmonies of #F959D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959D0

Black with #F959D0

Text Example


Text Example

White with #F959D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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