Html Css Color HEX #F17AD1 Neon Pink

📋 copy color: '#F17AD1'

red 241 ◦ green 122 ◦ blue 209

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

Shades of Neon Pink #F17AD1

Tints of Neon Pink #F17AD1

RGB

 RED value IS 241 (94.53% from 255) = 42.13%

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

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

R = 42.13%
G = 21.33%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F17AD1 (or 0xF17AD1) is known color: Neon Pink. HEX triplet: F1, 7A and D1. RGB value is (241,122,209). Sum of RGB (Red+Green+Blue) = 241+122+209=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AD1 is #0E852E. Grayscale: #A7A7A7. Windows color (decimal): -951599 or 13728497. OLE color: 13728497.

HSL color Cylindrical-coordinate representation of color #F17AD1: hue angle of 316.13º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17AD1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 209 -
CMYK 0 0.49 0.13 0.05
HSL 316.13º 0.81% 0.71% -
HSV(B) 316.13º 0.49% 0.95% -
XYZ 54.74 37.22 64.62 -
YUV 167.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 241 122 209 0 0.49 0.13 0.05 316.13 0.81 0.71
Hex F1 7A D1 0 31 D 5 13C 51 47
Octal 361 172 321 0 61 15 5 474 121 107
Binary 11110001 1111010 11010001 0 110001 1101 101 100111100 1010001 1000111

Color Harmonies of #F17AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AD1

Black with #F17AD1

Text Example


Text Example

White with #F17AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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