Html Css Color HEX #F761CF Neon Pink

📋 copy color: '#F761CF'

red 247 ◦ green 97 ◦ blue 207

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

Shades of Neon Pink #F761CF

Tints of Neon Pink #F761CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 44.83%
G = 17.6%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F761CF (or 0xF761CF) is known color: Neon Pink. HEX triplet: F7, 61 and CF. RGB value is (247,97,207). Sum of RGB (Red+Green+Blue) = 247+97+207=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F761CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761CF is #089E30. Grayscale: #9A9A9A. Windows color (decimal): -564785 or 13591031. OLE color: 13591031.

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

Color convert

RGB 247 97 207 -
CMYK 0 0.61 0.16 0.03
HSL 316º 0.9% 0.67% -
HSV(B) 316º 0.61% 0.97% -
XYZ 53.89 32.83 62.53 -
YUV 154.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 247 97 207 0 0.61 0.16 0.03 316 0.9 0.67
Hex F7 61 CF 0 3D 10 3 13C 5A 43
Octal 367 141 317 0 75 20 3 474 132 103
Binary 11110111 1100001 11001111 0 111101 10000 11 100111100 1011010 1000011

Color Harmonies of #F761CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F761CF

Black with #F761CF

Text Example


Text Example

White with #F761CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F761CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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