Html Css Color HEX #F776C5 Neon Pink

📋 copy color: '#F776C5'

red 247 ◦ green 118 ◦ blue 197

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

Shades of Neon Pink #F776C5

Tints of Neon Pink #F776C5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21%

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 43.95%
G = 21%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F776C5 (or 0xF776C5) is known color: Neon Pink. HEX triplet: F7, 76 and C5. RGB value is (247,118,197). Sum of RGB (Red+Green+Blue) = 247+118+197=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F776C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776C5 is #08893A. Grayscale: #A5A5A5. Windows color (decimal): -559419 or 12941047. OLE color: 12941047.

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

Color convert

RGB 247 118 197 -
CMYK 0 0.52 0.20 0.03
HSL 323.26º 0.89% 0.72% -
HSV(B) 323.26º 0.52% 0.97% -
XYZ 54.91 36.76 57.02 -
YUV 165.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 247 118 197 0 0.52 0.20 0.03 323.26 0.89 0.72
Hex F7 76 C5 0 34 14 3 143 59 48
Octal 367 166 305 0 64 24 3 503 131 110
Binary 11110111 1110110 11000101 0 110100 10100 11 101000011 1011001 1001000

Color Harmonies of #F776C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776C5

Black with #F776C5

Text Example


Text Example

White with #F776C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776C5; }

 p { color: rgb(247,118,197); }

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

background-color css

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

 a { background-color: rgb(247,118,197); }

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

border-color css

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

 span { border-color: rgb(247,118,197); }

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