Html Css Color HEX #F973D0 Neon Pink

📋 copy color: '#F973D0'

red 249 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #F973D0

Tints of Neon Pink #F973D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 43.53%
G = 20.1%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F973D0 (or 0xF973D0) is known color: Neon Pink. HEX triplet: F9, 73 and D0. RGB value is (249,115,208). Sum of RGB (Red+Green+Blue) = 249+115+208=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D0 is #068C2F. Grayscale: #A5A5A5. Windows color (decimal): -429104 or 13661177. OLE color: 13661177.

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

Color convert

RGB 249 115 208 -
CMYK 0 0.54 0.16 0.02
HSL 318.36º 0.92% 0.71% -
HSV(B) 318.36º 0.54% 0.98% -
XYZ 56.58 36.96 63.83 -
YUV 165.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 249 115 208 0 0.54 0.16 0.02 318.36 0.92 0.71
Hex F9 73 D0 0 36 10 2 13E 5C 47
Octal 371 163 320 0 66 20 2 476 134 107
Binary 11111001 1110011 11010000 0 110110 10000 10 100111110 1011100 1000111

Color Harmonies of #F973D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973D0

Black with #F973D0

Text Example


Text Example

White with #F973D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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