Html Css Color HEX #F973D3 Neon Pink

📋 copy color: '#F973D3'

red 249 ◦ green 115 ◦ blue 211

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

Shades of Neon Pink #F973D3

Tints of Neon Pink #F973D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 43.3%
G = 20%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F973D3 (or 0xF973D3) is known color: Neon Pink. HEX triplet: F9, 73 and D3. RGB value is (249,115,211). Sum of RGB (Red+Green+Blue) = 249+115+211=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D3 is #068C2C. Grayscale: #A5A5A5. Windows color (decimal): -429101 or 13857785. OLE color: 13857785.

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

Color convert

RGB 249 115 211 -
CMYK 0 0.54 0.15 0.02
HSL 317.01º 0.92% 0.71% -
HSV(B) 317.01º 0.54% 0.98% -
XYZ 56.96 37.1 65.79 -
YUV 166.01 153.39 187.19 -
System Red Green Blue C M Y K H S L
Decimal 249 115 211 0 0.54 0.15 0.02 317.01 0.92 0.71
Hex F9 73 D3 0 36 F 2 13D 5C 47
Octal 371 163 323 0 66 17 2 475 134 107
Binary 11111001 1110011 11010011 0 110110 1111 10 100111101 1011100 1000111

Color Harmonies of #F973D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973D3

Black with #F973D3

Text Example


Text Example

White with #F973D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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