Html Css Color HEX #F57AD2 Neon Pink

📋 copy color: '#F57AD2'

red 245 ◦ green 122 ◦ blue 210

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

Shades of Neon Pink #F57AD2

Tints of Neon Pink #F57AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 42.46%
G = 21.14%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F57AD2 (or 0xF57AD2) is known color: Neon Pink. HEX triplet: F5, 7A and D2. RGB value is (245,122,210). Sum of RGB (Red+Green+Blue) = 245+122+210=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD2 is #0A852D. Grayscale: #A8A8A8. Windows color (decimal): -689454 or 13794037. OLE color: 13794037.

HSL color Cylindrical-coordinate representation of color #F57AD2: hue angle of 317.07º 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 #F57AD2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 122 210 -
CMYK 0 0.50 0.14 0.04
HSL 317.07º 0.86% 0.72% -
HSV(B) 317.07º 0.5% 0.96% -
XYZ 56.25 37.98 65.34 -
YUV 168.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 245 122 210 0 0.50 0.14 0.04 317.07 0.86 0.72
Hex F5 7A D2 0 32 E 4 13D 56 48
Octal 365 172 322 0 62 16 4 475 126 110
Binary 11110101 1111010 11010010 0 110010 1110 100 100111101 1010110 1001000

Color Harmonies of #F57AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AD2

Black with #F57AD2

Text Example


Text Example

White with #F57AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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