Html Css Color HEX #F96DD2 Neon Pink

📋 copy color: '#F96DD2'

red 249 ◦ green 109 ◦ blue 210

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

Shades of Neon Pink #F96DD2

Tints of Neon Pink #F96DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.19%

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 43.84%
G = 19.19%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F96DD2 (or 0xF96DD2) is known color: Neon Pink. HEX triplet: F9, 6D and D2. RGB value is (249,109,210). Sum of RGB (Red+Green+Blue) = 249+109+210=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DD2 is #06922D. Grayscale: #A2A2A2. Windows color (decimal): -430638 or 13790713. OLE color: 13790713.

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

Color convert

RGB 249 109 210 -
CMYK 0 0.56 0.16 0.02
HSL 316.71º 0.92% 0.7% -
HSV(B) 316.71º 0.56% 0.98% -
XYZ 56.17 35.73 64.91 -
YUV 162.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 249 109 210 0 0.56 0.16 0.02 316.71 0.92 0.7
Hex F9 6D D2 0 38 10 2 13D 5C 46
Octal 371 155 322 0 70 20 2 475 134 106
Binary 11111001 1101101 11010010 0 111000 10000 10 100111101 1011100 1000110

Color Harmonies of #F96DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DD2

Black with #F96DD2

Text Example


Text Example

White with #F96DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DD2; }

 p { color: rgb(249,109,210); }

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

background-color css

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

 a { background-color: rgb(249,109,210); }

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

border-color css

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

 span { border-color: rgb(249,109,210); }

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