Html Css Color HEX #F170BF Neon Pink

📋 copy color: '#F170BF'

red 241 ◦ green 112 ◦ blue 191

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

Shades of Neon Pink #F170BF

Tints of Neon Pink #F170BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 44.3%
G = 20.59%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F170BF (or 0xF170BF) is known color: Neon Pink. HEX triplet: F1, 70 and BF. RGB value is (241,112,191). Sum of RGB (Red+Green+Blue) = 241+112+191=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F170BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170BF is #0E8F40. Grayscale: #9F9F9F. Windows color (decimal): -954177 or 12546289. OLE color: 12546289.

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

Color convert

RGB 241 112 191 -
CMYK 0 0.54 0.21 0.05
HSL 323.26º 0.82% 0.69% -
HSV(B) 323.26º 0.54% 0.95% -
XYZ 51.47 34.05 53.15 -
YUV 159.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 241 112 191 0 0.54 0.21 0.05 323.26 0.82 0.69
Hex F1 70 BF 0 36 15 5 143 52 45
Octal 361 160 277 0 66 25 5 503 122 105
Binary 11110001 1110000 10111111 0 110110 10101 101 101000011 1010010 1000101

Color Harmonies of #F170BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170BF

Black with #F170BF

Text Example


Text Example

White with #F170BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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