Html Css Color HEX #F968D9 Neon Pink

📋 copy color: '#F968D9'

red 249 ◦ green 104 ◦ blue 217

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

Shades of Neon Pink #F968D9

Tints of Neon Pink #F968D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.25%

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

R = 43.68%
G = 18.25%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F968D9 (or 0xF968D9) is known color: Neon Pink. HEX triplet: F9, 68 and D9. RGB value is (249,104,217). Sum of RGB (Red+Green+Blue) = 249+104+217=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F968D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968D9 is #069726. Grayscale: #9F9F9F. Windows color (decimal): -431911 or 14248185. OLE color: 14248185.

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

Color convert

RGB 249 104 217 -
CMYK 0 0.58 0.13 0.02
HSL 313.24º 0.92% 0.69% -
HSV(B) 313.24º 0.58% 0.98% -
XYZ 56.54 35.05 69.43 -
YUV 160.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 249 104 217 0 0.58 0.13 0.02 313.24 0.92 0.69
Hex F9 68 D9 0 3A D 2 139 5C 45
Octal 371 150 331 0 72 15 2 471 134 105
Binary 11111001 1101000 11011001 0 111010 1101 10 100111001 1011100 1000101

Color Harmonies of #F968D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968D9

Black with #F968D9

Text Example


Text Example

White with #F968D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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