Html Css Color HEX #F775C5 Neon Pink

📋 copy color: '#F775C5'

red 247 ◦ green 117 ◦ blue 197

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

Shades of Neon Pink #F775C5

Tints of Neon Pink #F775C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 44.03%
G = 20.86%
B = 35.12%

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

#F775C5 (or 0xF775C5) is known color: Neon Pink. HEX triplet: F7, 75 and C5. RGB value is (247,117,197). Sum of RGB (Red+Green+Blue) = 247+117+197=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F775C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775C5 is #088A3A. Grayscale: #A4A4A4. Windows color (decimal): -559675 or 12940791. OLE color: 12940791.

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

Color convert

RGB 247 117 197 -
CMYK 0 0.53 0.20 0.03
HSL 323.08º 0.89% 0.71% -
HSV(B) 323.08º 0.53% 0.97% -
XYZ 54.8 36.53 56.99 -
YUV 164.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 247 117 197 0 0.53 0.20 0.03 323.08 0.89 0.71
Hex F7 75 C5 0 35 14 3 143 59 47
Octal 367 165 305 0 65 24 3 503 131 107
Binary 11110111 1110101 11000101 0 110101 10100 11 101000011 1011001 1000111

Color Harmonies of #F775C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775C5

Black with #F775C5

Text Example


Text Example

White with #F775C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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