Html Css Color HEX #F779CF Neon Pink

📋 copy color: '#F779CF'

red 247 ◦ green 121 ◦ blue 207

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

Shades of Neon Pink #F779CF

Tints of Neon Pink #F779CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.04%

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

R = 42.96%
G = 21.04%
B = 36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F779CF (or 0xF779CF) is known color: Neon Pink. HEX triplet: F7, 79 and CF. RGB value is (247,121,207). Sum of RGB (Red+Green+Blue) = 247+121+207=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F779CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779CF is #088630. Grayscale: #A8A8A8. Windows color (decimal): -558641 or 13597175. OLE color: 13597175.

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

Color convert

RGB 247 121 207 -
CMYK 0 0.51 0.16 0.03
HSL 319.05º 0.89% 0.72% -
HSV(B) 319.05º 0.51% 0.97% -
XYZ 56.46 37.95 63.38 -
YUV 168.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 247 121 207 0 0.51 0.16 0.03 319.05 0.89 0.72
Hex F7 79 CF 0 33 10 3 13F 59 48
Octal 367 171 317 0 63 20 3 477 131 110
Binary 11110111 1111001 11001111 0 110011 10000 11 100111111 1011001 1001000

Color Harmonies of #F779CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779CF

Black with #F779CF

Text Example


Text Example

White with #F779CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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