Html Css Color HEX #F576D0 Neon Pink

📋 copy color: '#F576D0'

red 245 ◦ green 118 ◦ blue 208

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

Shades of Neon Pink #F576D0

Tints of Neon Pink #F576D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 42.91%
G = 20.67%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F576D0 (or 0xF576D0) is known color: Neon Pink. HEX triplet: F5, 76 and D0. RGB value is (245,118,208). Sum of RGB (Red+Green+Blue) = 245+118+208=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F576D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576D0 is #0A892F. Grayscale: #A6A6A6. Windows color (decimal): -690480 or 13661941. OLE color: 13661941.

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

Color convert

RGB 245 118 208 -
CMYK 0 0.52 0.15 0.04
HSL 317.48º 0.86% 0.71% -
HSV(B) 317.48º 0.52% 0.96% -
XYZ 55.52 36.92 63.88 -
YUV 166.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 245 118 208 0 0.52 0.15 0.04 317.48 0.86 0.71
Hex F5 76 D0 0 34 F 4 13D 56 47
Octal 365 166 320 0 64 17 4 475 126 107
Binary 11110101 1110110 11010000 0 110100 1111 100 100111101 1010110 1000111

Color Harmonies of #F576D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F576D0

Black with #F576D0

Text Example


Text Example

White with #F576D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F576D0; }

 p { color: rgb(245,118,208); }

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

background-color css

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

 a { background-color: rgb(245,118,208); }

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

border-color css

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

 span { border-color: rgb(245,118,208); }

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