Html Css Color HEX #F958C9 Neon Pink

📋 copy color: '#F958C9'

red 249 ◦ green 88 ◦ blue 201

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

Shades of Neon Pink #F958C9

Tints of Neon Pink #F958C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 46.28%
G = 16.36%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F958C9 (or 0xF958C9) is known color: Neon Pink. HEX triplet: F9, 58 and C9. RGB value is (249,88,201). Sum of RGB (Red+Green+Blue) = 249+88+201=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F958C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958C9 is #06A736. Grayscale: #949494. Windows color (decimal): -436023 or 13195513. OLE color: 13195513.

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

Color convert

RGB 249 88 201 -
CMYK 0 0.65 0.19 0.02
HSL 317.89º 0.93% 0.66% -
HSV(B) 317.89º 0.65% 0.98% -
XYZ 53.1 31.34 58.51 -
YUV 149.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 249 88 201 0 0.65 0.19 0.02 317.89 0.93 0.66
Hex F9 58 C9 0 41 13 2 13E 5D 42
Octal 371 130 311 0 101 23 2 476 135 102
Binary 11111001 1011000 11001001 0 1000001 10011 10 100111110 1011101 1000010

Color Harmonies of #F958C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958C9

Black with #F958C9

Text Example


Text Example

White with #F958C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958C9; }

 p { color: rgb(249,88,201); }

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

background-color css

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

 a { background-color: rgb(249,88,201); }

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

border-color css

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

 span { border-color: rgb(249,88,201); }

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