Html Css Color HEX #F773C2 Neon Pink

📋 copy color: '#F773C2'

red 247 ◦ green 115 ◦ blue 194

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

Shades of Neon Pink #F773C2

Tints of Neon Pink #F773C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 44.42%
G = 20.68%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F773C2 (or 0xF773C2) is known color: Neon Pink. HEX triplet: F7, 73 and C2. RGB value is (247,115,194). Sum of RGB (Red+Green+Blue) = 247+115+194=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F773C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773C2 is #088C3D. Grayscale: #A3A3A3. Windows color (decimal): -560190 or 12743671. OLE color: 12743671.

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

Color convert

RGB 247 115 194 -
CMYK 0 0.53 0.21 0.03
HSL 324.09º 0.89% 0.71% -
HSV(B) 324.09º 0.53% 0.97% -
XYZ 54.23 35.93 55.12 -
YUV 163.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 247 115 194 0 0.53 0.21 0.03 324.09 0.89 0.71
Hex F7 73 C2 0 35 15 3 144 59 47
Octal 367 163 302 0 65 25 3 504 131 107
Binary 11110111 1110011 11000010 0 110101 10101 11 101000100 1011001 1000111

Color Harmonies of #F773C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773C2

Black with #F773C2

Text Example


Text Example

White with #F773C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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