Html Css Color HEX #F773CF Neon Pink

📋 copy color: '#F773CF'

red 247 ◦ green 115 ◦ blue 207

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

Shades of Neon Pink #F773CF

Tints of Neon Pink #F773CF

RGB

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

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

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

R = 43.41%
G = 20.21%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F773CF (or 0xF773CF) is known color: Neon Pink. HEX triplet: F7, 73 and CF. RGB value is (247,115,207). Sum of RGB (Red+Green+Blue) = 247+115+207=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F773CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773CF is #088C30. Grayscale: #A4A4A4. Windows color (decimal): -560177 or 13595639. OLE color: 13595639.

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

Color convert

RGB 247 115 207 -
CMYK 0 0.53 0.16 0.03
HSL 318.18º 0.89% 0.71% -
HSV(B) 318.18º 0.53% 0.97% -
XYZ 55.75 36.54 63.15 -
YUV 164.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 247 115 207 0 0.53 0.16 0.03 318.18 0.89 0.71
Hex F7 73 CF 0 35 10 3 13E 59 47
Octal 367 163 317 0 65 20 3 476 131 107
Binary 11110111 1110011 11001111 0 110101 10000 11 100111110 1011001 1000111

Color Harmonies of #F773CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F773CF

Black with #F773CF

Text Example


Text Example

White with #F773CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F773CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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