Html Css Color HEX #F973D8 Neon Pink

📋 copy color: '#F973D8'

red 249 ◦ green 115 ◦ blue 216

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

Shades of Neon Pink #F973D8

Tints of Neon Pink #F973D8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.83%

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 42.93%
G = 19.83%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F973D8 (or 0xF973D8) is known color: Neon Pink. HEX triplet: F9, 73 and D8. RGB value is (249,115,216). Sum of RGB (Red+Green+Blue) = 249+115+216=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D8 is #068C27. Grayscale: #A6A6A6. Windows color (decimal): -429096 or 14185465. OLE color: 14185465.

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

Color convert

RGB 249 115 216 -
CMYK 0 0.54 0.13 0.02
HSL 314.78º 0.92% 0.71% -
HSV(B) 314.78º 0.54% 0.98% -
XYZ 57.59 37.36 69.14 -
YUV 166.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 249 115 216 0 0.54 0.13 0.02 314.78 0.92 0.71
Hex F9 73 D8 0 36 D 2 13B 5C 47
Octal 371 163 330 0 66 15 2 473 134 107
Binary 11111001 1110011 11011000 0 110110 1101 10 100111011 1011100 1000111

Color Harmonies of #F973D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973D8

Black with #F973D8

Text Example


Text Example

White with #F973D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973D8; }

 p { color: rgb(249,115,216); }

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

background-color css

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

 a { background-color: rgb(249,115,216); }

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

border-color css

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

 span { border-color: rgb(249,115,216); }

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