Html Css Color HEX #F571BD Neon Pink

📋 copy color: '#F571BD'

red 245 ◦ green 113 ◦ blue 189

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

Shades of Neon Pink #F571BD

Tints of Neon Pink #F571BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 44.79%
G = 20.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F571BD (or 0xF571BD) is known color: Neon Pink. HEX triplet: F5, 71 and BD. RGB value is (245,113,189). Sum of RGB (Red+Green+Blue) = 245+113+189=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F571BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571BD is #0A8E42. Grayscale: #A0A0A0. Windows color (decimal): -691779 or 12415477. OLE color: 12415477.

HSL color Cylindrical-coordinate representation of color #F571BD: hue angle of 325.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571BD is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 189 -
CMYK 0 0.54 0.23 0.04
HSL 325.45º 0.87% 0.7% -
HSV(B) 325.45º 0.54% 0.96% -
XYZ 52.75 34.9 52.1 -
YUV 161.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 245 113 189 0 0.54 0.23 0.04 325.45 0.87 0.7
Hex F5 71 BD 0 36 17 4 145 57 46
Octal 365 161 275 0 66 27 4 505 127 106
Binary 11110101 1110001 10111101 0 110110 10111 100 101000101 1010111 1000110

Color Harmonies of #F571BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571BD

Black with #F571BD

Text Example


Text Example

White with #F571BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571BD; }

 p { color: rgb(245,113,189); }

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

background-color css

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

 a { background-color: rgb(245,113,189); }

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

border-color css

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

 span { border-color: rgb(245,113,189); }

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