Html Css Color HEX #F959C2 Neon Pink

📋 copy color: '#F959C2'

red 249 ◦ green 89 ◦ blue 194

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

Shades of Neon Pink #F959C2

Tints of Neon Pink #F959C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 46.8%
G = 16.73%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F959C2 (or 0xF959C2) is known color: Neon Pink. HEX triplet: F9, 59 and C2. RGB value is (249,89,194). Sum of RGB (Red+Green+Blue) = 249+89+194=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F959C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959C2 is #06A63D. Grayscale: #949494. Windows color (decimal): -435774 or 12737017. OLE color: 12737017.

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

Color convert

RGB 249 89 194 -
CMYK 0 0.64 0.22 0.02
HSL 320.63º 0.93% 0.66% -
HSV(B) 320.63º 0.64% 0.98% -
XYZ 52.38 31.18 54.3 -
YUV 148.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 249 89 194 0 0.64 0.22 0.02 320.63 0.93 0.66
Hex F9 59 C2 0 40 16 2 141 5D 42
Octal 371 131 302 0 100 26 2 501 135 102
Binary 11111001 1011001 11000010 0 1000000 10110 10 101000001 1011101 1000010

Color Harmonies of #F959C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959C2

Black with #F959C2

Text Example


Text Example

White with #F959C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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