Html Css Color HEX #F161C0 Neon Pink

📋 copy color: '#F161C0'

red 241 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #F161C0

Tints of Neon Pink #F161C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

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

R = 45.47%
G = 18.3%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F161C0 (or 0xF161C0) is known color: Neon Pink. HEX triplet: F1, 61 and C0. RGB value is (241,97,192). Sum of RGB (Red+Green+Blue) = 241+97+192=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F161C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161C0 is #0E9E3F. Grayscale: #969696. Windows color (decimal): -958016 or 12607985. OLE color: 12607985.

HSL color Cylindrical-coordinate representation of color #F161C0: hue angle of 320.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F161C0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 97 192 -
CMYK 0 0.60 0.20 0.05
HSL 320.42º 0.84% 0.66% -
HSV(B) 320.42º 0.6% 0.95% -
XYZ 50.06 31.06 53.22 -
YUV 150.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 241 97 192 0 0.60 0.20 0.05 320.42 0.84 0.66
Hex F1 61 C0 0 3C 14 5 140 54 42
Octal 361 141 300 0 74 24 5 500 124 102
Binary 11110001 1100001 11000000 0 111100 10100 101 101000000 1010100 1000010

Color Harmonies of #F161C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161C0

Black with #F161C0

Text Example


Text Example

White with #F161C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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