Html Css Color HEX #F773C6 Neon Pink

📋 copy color: '#F773C6'

red 247 ◦ green 115 ◦ blue 198

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

Shades of Neon Pink #F773C6

Tints of Neon Pink #F773C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 44.11%
G = 20.54%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F773C6 (or 0xF773C6) is known color: Neon Pink. HEX triplet: F7, 73 and C6. RGB value is (247,115,198). Sum of RGB (Red+Green+Blue) = 247+115+198=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F773C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773C6 is #088C39. Grayscale: #A3A3A3. Windows color (decimal): -560186 or 13005815. OLE color: 13005815.

HSL color Cylindrical-coordinate representation of color #F773C6: hue angle of 322.27º 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 #F773C6 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 198 -
CMYK 0 0.53 0.20 0.03
HSL 322.27º 0.89% 0.71% -
HSV(B) 322.27º 0.53% 0.97% -
XYZ 54.68 36.11 57.51 -
YUV 163.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 247 115 198 0 0.53 0.20 0.03 322.27 0.89 0.71
Hex F7 73 C6 0 35 14 3 142 59 47
Octal 367 163 306 0 65 24 3 502 131 107
Binary 11110111 1110011 11000110 0 110101 10100 11 101000010 1011001 1000111

Color Harmonies of #F773C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773C6

Black with #F773C6

Text Example


Text Example

White with #F773C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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