Html Css Color HEX #F577D1 Neon Pink

📋 copy color: '#F577D1'

red 245 ◦ green 119 ◦ blue 209

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

Shades of Neon Pink #F577D1

Tints of Neon Pink #F577D1

RGB

 RED value IS 245 (96.09% from 255) = 42.76%

 GREEN value IS 119 (46.88% from 255) = 20.77%

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

R = 42.76%
G = 20.77%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F577D1 (or 0xF577D1) is known color: Neon Pink. HEX triplet: F5, 77 and D1. RGB value is (245,119,209). Sum of RGB (Red+Green+Blue) = 245+119+209=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F577D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577D1 is #0A882E. Grayscale: #A6A6A6. Windows color (decimal): -690223 or 13727733. OLE color: 13727733.

HSL color Cylindrical-coordinate representation of color #F577D1: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577D1 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 119 209 -
CMYK 0 0.51 0.15 0.04
HSL 317.14º 0.86% 0.71% -
HSV(B) 317.14º 0.51% 0.96% -
XYZ 55.76 37.21 64.56 -
YUV 166.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 245 119 209 0 0.51 0.15 0.04 317.14 0.86 0.71
Hex F5 77 D1 0 33 F 4 13D 56 47
Octal 365 167 321 0 63 17 4 475 126 107
Binary 11110101 1110111 11010001 0 110011 1111 100 100111101 1010110 1000111

Color Harmonies of #F577D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577D1

Black with #F577D1

Text Example


Text Example

White with #F577D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577D1; }

 p { color: rgb(245,119,209); }

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

background-color css

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

 a { background-color: rgb(245,119,209); }

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

border-color css

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

 span { border-color: rgb(245,119,209); }

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