Html Css Color HEX #F171C0 Neon Pink

📋 copy color: '#F171C0'

red 241 ◦ green 113 ◦ blue 192

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

Shades of Neon Pink #F171C0

Tints of Neon Pink #F171C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

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

R = 44.14%
G = 20.7%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F171C0 (or 0xF171C0) is known color: Neon Pink. HEX triplet: F1, 71 and C0. RGB value is (241,113,192). Sum of RGB (Red+Green+Blue) = 241+113+192=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F171C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171C0 is #0E8E3F. Grayscale: #A0A0A0. Windows color (decimal): -953920 or 12612081. OLE color: 12612081.

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

Color convert

RGB 241 113 192 -
CMYK 0 0.53 0.20 0.05
HSL 322.97º 0.82% 0.69% -
HSV(B) 322.97º 0.53% 0.95% -
XYZ 51.7 34.32 53.77 -
YUV 160.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 241 113 192 0 0.53 0.20 0.05 322.97 0.82 0.69
Hex F1 71 C0 0 35 14 5 143 52 45
Octal 361 161 300 0 65 24 5 503 122 105
Binary 11110001 1110001 11000000 0 110101 10100 101 101000011 1010010 1000101

Color Harmonies of #F171C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171C0

Black with #F171C0

Text Example


Text Example

White with #F171C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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