Html Css Color HEX #F961C7 Neon Pink

📋 copy color: '#F961C7'

red 249 ◦ green 97 ◦ blue 199

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

Shades of Neon Pink #F961C7

Tints of Neon Pink #F961C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.8%

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 45.69%
G = 17.8%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F961C7 (or 0xF961C7) is known color: Neon Pink. HEX triplet: F9, 61 and C7. RGB value is (249,97,199). Sum of RGB (Red+Green+Blue) = 249+97+199=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F961C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F961C7 is #069E38. Grayscale: #999999. Windows color (decimal): -433721 or 13066745. OLE color: 13066745.

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

Color convert

RGB 249 97 199 -
CMYK 0 0.61 0.20 0.02
HSL 319.74º 0.93% 0.68% -
HSV(B) 319.74º 0.61% 0.98% -
XYZ 53.65 32.81 57.54 -
YUV 154.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 249 97 199 0 0.61 0.20 0.02 319.74 0.93 0.68
Hex F9 61 C7 0 3D 14 2 140 5D 44
Octal 371 141 307 0 75 24 2 500 135 104
Binary 11111001 1100001 11000111 0 111101 10100 10 101000000 1011101 1000100

Color Harmonies of #F961C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961C7

Black with #F961C7

Text Example


Text Example

White with #F961C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961C7; }

 p { color: rgb(249,97,199); }

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

background-color css

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

 a { background-color: rgb(249,97,199); }

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

border-color css

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

 span { border-color: rgb(249,97,199); }

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