Html Css Color HEX #F773D0 Neon Pink

📋 copy color: '#F773D0'

red 247 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #F773D0

Tints of Neon Pink #F773D0

RGB

 RED value IS 247 (96.88% from 255) = 43.33%

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

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

R = 43.33%
G = 20.18%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F773D0 (or 0xF773D0) is known color: Neon Pink. HEX triplet: F7, 73 and D0. RGB value is (247,115,208). Sum of RGB (Red+Green+Blue) = 247+115+208=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F773D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773D0 is #088C2F. Grayscale: #A4A4A4. Windows color (decimal): -560176 or 13661175. OLE color: 13661175.

HSL color Cylindrical-coordinate representation of color #F773D0: hue angle of 317.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773D0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 208 -
CMYK 0 0.53 0.16 0.03
HSL 317.73º 0.89% 0.71% -
HSV(B) 317.73º 0.53% 0.97% -
XYZ 55.87 36.59 63.79 -
YUV 165.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 247 115 208 0 0.53 0.16 0.03 317.73 0.89 0.71
Hex F7 73 D0 0 35 10 3 13E 59 47
Octal 367 163 320 0 65 20 3 476 131 107
Binary 11110111 1110011 11010000 0 110101 10000 11 100111110 1011001 1000111

Color Harmonies of #F773D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773D0

Black with #F773D0

Text Example


Text Example

White with #F773D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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