Html Css Color HEX #F773BF Neon Pink

📋 copy color: '#F773BF'

red 247 ◦ green 115 ◦ blue 191

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

Shades of Neon Pink #F773BF

Tints of Neon Pink #F773BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 44.67%
G = 20.8%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F773BF (or 0xF773BF) is known color: Neon Pink. HEX triplet: F7, 73 and BF. RGB value is (247,115,191). Sum of RGB (Red+Green+Blue) = 247+115+191=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F773BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773BF is #088C40. Grayscale: #A2A2A2. Windows color (decimal): -560193 or 12547063. OLE color: 12547063.

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

Color convert

RGB 247 115 191 -
CMYK 0 0.53 0.23 0.03
HSL 325.45º 0.89% 0.71% -
HSV(B) 325.45º 0.53% 0.97% -
XYZ 53.89 35.8 53.36 -
YUV 163.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 247 115 191 0 0.53 0.23 0.03 325.45 0.89 0.71
Hex F7 73 BF 0 35 17 3 145 59 47
Octal 367 163 277 0 65 27 3 505 131 107
Binary 11110111 1110011 10111111 0 110101 10111 11 101000101 1011001 1000111

Color Harmonies of #F773BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773BF

Black with #F773BF

Text Example


Text Example

White with #F773BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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