Html Css Color HEX #F170D5 Neon Pink

📋 copy color: '#F170D5'

red 241 ◦ green 112 ◦ blue 213

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

Shades of Neon Pink #F170D5

Tints of Neon Pink #F170D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.79%

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 42.58%
G = 19.79%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F170D5 (or 0xF170D5) is known color: Neon Pink. HEX triplet: F1, 70 and D5. RGB value is (241,112,213). Sum of RGB (Red+Green+Blue) = 241+112+213=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F170D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170D5 is #0E8F2A. Grayscale: #A1A1A1. Windows color (decimal): -954155 or 13988081. OLE color: 13988081.

HSL color Cylindrical-coordinate representation of color #F170D5: hue angle of 313.02º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170D5 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 213 -
CMYK 0 0.54 0.12 0.05
HSL 313.02º 0.82% 0.69% -
HSV(B) 313.02º 0.54% 0.95% -
XYZ 54.08 35.09 66.87 -
YUV 162.09 156.74 184.29 -
System Red Green Blue C M Y K H S L
Decimal 241 112 213 0 0.54 0.12 0.05 313.02 0.82 0.69
Hex F1 70 D5 0 36 C 5 139 52 45
Octal 361 160 325 0 66 14 5 471 122 105
Binary 11110001 1110000 11010101 0 110110 1100 101 100111001 1010010 1000101

Color Harmonies of #F170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170D5

Black with #F170D5

Text Example


Text Example

White with #F170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170D5; }

 p { color: rgb(241,112,213); }

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

background-color css

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

 a { background-color: rgb(241,112,213); }

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

border-color css

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

 span { border-color: rgb(241,112,213); }

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