Html Css Color HEX #F973D5 Neon Pink

📋 copy color: '#F973D5'

red 249 ◦ green 115 ◦ blue 213

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

Shades of Neon Pink #F973D5

Tints of Neon Pink #F973D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 43.15%
G = 19.93%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F973D5 (or 0xF973D5) is known color: Neon Pink. HEX triplet: F9, 73 and D5. RGB value is (249,115,213). Sum of RGB (Red+Green+Blue) = 249+115+213=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D5 is #068C2A. Grayscale: #A5A5A5. Windows color (decimal): -429099 or 13988857. OLE color: 13988857.

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

Color convert

RGB 249 115 213 -
CMYK 0 0.54 0.14 0.02
HSL 316.12º 0.92% 0.71% -
HSV(B) 316.12º 0.54% 0.98% -
XYZ 57.21 37.21 67.12 -
YUV 166.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 249 115 213 0 0.54 0.14 0.02 316.12 0.92 0.71
Hex F9 73 D5 0 36 E 2 13C 5C 47
Octal 371 163 325 0 66 16 2 474 134 107
Binary 11111001 1110011 11010101 0 110110 1110 10 100111100 1011100 1000111

Color Harmonies of #F973D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973D5

Black with #F973D5

Text Example


Text Example

White with #F973D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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