Html Css Color HEX #F966D9 Neon Pink

📋 copy color: '#F966D9'

red 249 ◦ green 102 ◦ blue 217

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

Shades of Neon Pink #F966D9

Tints of Neon Pink #F966D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 43.84%
G = 17.96%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F966D9 (or 0xF966D9) is known color: Neon Pink. HEX triplet: F9, 66 and D9. RGB value is (249,102,217). Sum of RGB (Red+Green+Blue) = 249+102+217=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F966D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966D9 is #069926. Grayscale: #9E9E9E. Windows color (decimal): -432423 or 14247673. OLE color: 14247673.

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

Color convert

RGB 249 102 217 -
CMYK 0 0.59 0.13 0.02
HSL 313.06º 0.92% 0.69% -
HSV(B) 313.06º 0.59% 0.98% -
XYZ 56.34 34.65 69.36 -
YUV 159.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 249 102 217 0 0.59 0.13 0.02 313.06 0.92 0.69
Hex F9 66 D9 0 3B D 2 139 5C 45
Octal 371 146 331 0 73 15 2 471 134 105
Binary 11111001 1100110 11011001 0 111011 1101 10 100111001 1011100 1000101

Color Harmonies of #F966D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966D9

Black with #F966D9

Text Example


Text Example

White with #F966D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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