Html Css Color HEX #F170C0 Neon Pink

📋 copy color: '#F170C0'

red 241 ◦ green 112 ◦ blue 192

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

Shades of Neon Pink #F170C0

Tints of Neon Pink #F170C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 44.22%
G = 20.55%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F170C0 (or 0xF170C0) is known color: Neon Pink. HEX triplet: F1, 70 and C0. RGB value is (241,112,192). Sum of RGB (Red+Green+Blue) = 241+112+192=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C0 is #0E8F3F. Grayscale: #9F9F9F. Windows color (decimal): -954176 or 12611825. OLE color: 12611825.

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

Color convert

RGB 241 112 192 -
CMYK 0 0.54 0.20 0.05
HSL 322.79º 0.82% 0.69% -
HSV(B) 322.79º 0.54% 0.95% -
XYZ 51.58 34.09 53.73 -
YUV 159.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 241 112 192 0 0.54 0.20 0.05 322.79 0.82 0.69
Hex F1 70 C0 0 36 14 5 143 52 45
Octal 361 160 300 0 66 24 5 503 122 105
Binary 11110001 1110000 11000000 0 110110 10100 101 101000011 1010010 1000101

Color Harmonies of #F170C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170C0

Black with #F170C0

Text Example


Text Example

White with #F170C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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