Html Css Color HEX #F761C0 Neon Pink

📋 copy color: '#F761C0'

red 247 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #F761C0

Tints of Neon Pink #F761C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.1%

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 46.08%
G = 18.1%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F761C0 (or 0xF761C0) is known color: Neon Pink. HEX triplet: F7, 61 and C0. RGB value is (247,97,192). Sum of RGB (Red+Green+Blue) = 247+97+192=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F761C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761C0 is #089E3F. Grayscale: #989898. Windows color (decimal): -564800 or 12607991. OLE color: 12607991.

HSL color Cylindrical-coordinate representation of color #F761C0: hue angle of 322º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761C0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 97 192 -
CMYK 0 0.61 0.22 0.03
HSL 322º 0.9% 0.67% -
HSV(B) 322º 0.61% 0.97% -
XYZ 52.15 32.13 53.32 -
YUV 152.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 247 97 192 0 0.61 0.22 0.03 322 0.9 0.67
Hex F7 61 C0 0 3D 16 3 142 5A 43
Octal 367 141 300 0 75 26 3 502 132 103
Binary 11110111 1100001 11000000 0 111101 10110 11 101000010 1011010 1000011

Color Harmonies of #F761C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F761C0

Black with #F761C0

Text Example


Text Example

White with #F761C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F761C0; }

 p { color: rgb(247,97,192); }

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

background-color css

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

 a { background-color: rgb(247,97,192); }

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

border-color css

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

 span { border-color: rgb(247,97,192); }

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