Html Css Color HEX #F966C0 Neon Pink

📋 copy color: '#F966C0'

red 249 ◦ green 102 ◦ blue 192

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

Shades of Neon Pink #F966C0

Tints of Neon Pink #F966C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.78%

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 45.86%
G = 18.78%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F966C0 (or 0xF966C0) is known color: Neon Pink. HEX triplet: F9, 66 and C0. RGB value is (249,102,192). Sum of RGB (Red+Green+Blue) = 249+102+192=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F966C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966C0 is #06993F. Grayscale: #9C9C9C. Windows color (decimal): -432448 or 12609273. OLE color: 12609273.

HSL color Cylindrical-coordinate representation of color #F966C0: hue angle of 323.27º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966C0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 192 -
CMYK 0 0.59 0.23 0.02
HSL 323.27º 0.92% 0.69% -
HSV(B) 323.27º 0.59% 0.98% -
XYZ 53.33 33.45 53.51 -
YUV 156.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 249 102 192 0 0.59 0.23 0.02 323.27 0.92 0.69
Hex F9 66 C0 0 3B 17 2 143 5C 45
Octal 371 146 300 0 73 27 2 503 134 105
Binary 11111001 1100110 11000000 0 111011 10111 10 101000011 1011100 1000101

Color Harmonies of #F966C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966C0

Black with #F966C0

Text Example


Text Example

White with #F966C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966C0; }

 p { color: rgb(249,102,192); }

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

background-color css

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

 a { background-color: rgb(249,102,192); }

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

border-color css

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

 span { border-color: rgb(249,102,192); }

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