Html Css Color HEX #F775C6 Neon Pink

📋 copy color: '#F775C6'

red 247 ◦ green 117 ◦ blue 198

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

Shades of Neon Pink #F775C6

Tints of Neon Pink #F775C6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 43.95%
G = 20.82%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F775C6 (or 0xF775C6) is known color: Neon Pink. HEX triplet: F7, 75 and C6. RGB value is (247,117,198). Sum of RGB (Red+Green+Blue) = 247+117+198=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F775C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775C6 is #088A39. Grayscale: #A4A4A4. Windows color (decimal): -559674 or 13006327. OLE color: 13006327.

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

Color convert

RGB 247 117 198 -
CMYK 0 0.53 0.20 0.03
HSL 322.62º 0.89% 0.71% -
HSV(B) 322.62º 0.53% 0.97% -
XYZ 54.91 36.57 57.59 -
YUV 165.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 247 117 198 0 0.53 0.20 0.03 322.62 0.89 0.71
Hex F7 75 C6 0 35 14 3 143 59 47
Octal 367 165 306 0 65 24 3 503 131 107
Binary 11110111 1110101 11000110 0 110101 10100 11 101000011 1011001 1000111

Color Harmonies of #F775C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775C6

Black with #F775C6

Text Example


Text Example

White with #F775C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775C6; }

 p { color: rgb(247,117,198); }

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

background-color css

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

 a { background-color: rgb(247,117,198); }

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

border-color css

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

 span { border-color: rgb(247,117,198); }

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