Html Css Color HEX #F778D1 Neon Pink

📋 copy color: '#F778D1'

red 247 ◦ green 120 ◦ blue 209

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

Shades of Neon Pink #F778D1

Tints of Neon Pink #F778D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.83%

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 42.88%
G = 20.83%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F778D1 (or 0xF778D1) is known color: Neon Pink. HEX triplet: F7, 78 and D1. RGB value is (247,120,209). Sum of RGB (Red+Green+Blue) = 247+120+209=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F778D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778D1 is #08872E. Grayscale: #A7A7A7. Windows color (decimal): -558895 or 13727991. OLE color: 13727991.

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

Color convert

RGB 247 120 209 -
CMYK 0 0.51 0.15 0.03
HSL 317.95º 0.89% 0.72% -
HSV(B) 317.95º 0.51% 0.97% -
XYZ 56.58 37.81 64.64 -
YUV 168.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 247 120 209 0 0.51 0.15 0.03 317.95 0.89 0.72
Hex F7 78 D1 0 33 F 3 13E 59 48
Octal 367 170 321 0 63 17 3 476 131 110
Binary 11110111 1111000 11010001 0 110011 1111 11 100111110 1011001 1001000

Color Harmonies of #F778D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F778D1

Black with #F778D1

Text Example


Text Example

White with #F778D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F778D1; }

 p { color: rgb(247,120,209); }

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

background-color css

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

 a { background-color: rgb(247,120,209); }

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

border-color css

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

 span { border-color: rgb(247,120,209); }

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