Html Css Color HEX #F170C9 Neon Pink

📋 copy color: '#F170C9'

red 241 ◦ green 112 ◦ blue 201

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

Shades of Neon Pink #F170C9

Tints of Neon Pink #F170C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 43.5%
G = 20.22%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F170C9 (or 0xF170C9) is known color: Neon Pink. HEX triplet: F1, 70 and C9. RGB value is (241,112,201). Sum of RGB (Red+Green+Blue) = 241+112+201=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C9 is #0E8F36. Grayscale: #A0A0A0. Windows color (decimal): -954167 or 13201649. OLE color: 13201649.

HSL color Cylindrical-coordinate representation of color #F170C9: hue angle of 318.6º 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 #F170C9 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 112 201 -
CMYK 0 0.54 0.17 0.05
HSL 318.6º 0.82% 0.69% -
HSV(B) 318.6º 0.54% 0.95% -
XYZ 52.61 34.51 59.15 -
YUV 160.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 241 112 201 0 0.54 0.17 0.05 318.6 0.82 0.69
Hex F1 70 C9 0 36 11 5 13F 52 45
Octal 361 160 311 0 66 21 5 477 122 105
Binary 11110001 1110000 11001001 0 110110 10001 101 100111111 1010010 1000101

Color Harmonies of #F170C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170C9

Black with #F170C9

Text Example


Text Example

White with #F170C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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