Html Css Color HEX #F57AD1 Neon Pink

📋 copy color: '#F57AD1'

red 245 ◦ green 122 ◦ blue 209

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

Shades of Neon Pink #F57AD1

Tints of Neon Pink #F57AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.18%

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

R = 42.53%
G = 21.18%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F57AD1 (or 0xF57AD1) is known color: Neon Pink. HEX triplet: F5, 7A and D1. RGB value is (245,122,209). Sum of RGB (Red+Green+Blue) = 245+122+209=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD1 is #0A852E. Grayscale: #A8A8A8. Windows color (decimal): -689455 or 13728501. OLE color: 13728501.

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

Color convert

RGB 245 122 209 -
CMYK 0 0.50 0.15 0.04
HSL 317.56º 0.86% 0.72% -
HSV(B) 317.56º 0.5% 0.96% -
XYZ 56.12 37.93 64.69 -
YUV 168.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 245 122 209 0 0.50 0.15 0.04 317.56 0.86 0.72
Hex F5 7A D1 0 32 F 4 13E 56 48
Octal 365 172 321 0 62 17 4 476 126 110
Binary 11110101 1111010 11010001 0 110010 1111 100 100111110 1010110 1001000

Color Harmonies of #F57AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AD1

Black with #F57AD1

Text Example


Text Example

White with #F57AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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