Html Css Color HEX #F161C2 Neon Pink

📋 copy color: '#F161C2'

red 241 ◦ green 97 ◦ blue 194

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

Shades of Neon Pink #F161C2

Tints of Neon Pink #F161C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.47%

R = 45.3%
G = 18.23%
B = 36.47%

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

#F161C2 (or 0xF161C2) is known color: Neon Pink. HEX triplet: F1, 61 and C2. RGB value is (241,97,194). Sum of RGB (Red+Green+Blue) = 241+97+194=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F161C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161C2 is #0E9E3D. Grayscale: #969696. Windows color (decimal): -958014 or 12739057. OLE color: 12739057.

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

Color convert

RGB 241 97 194 -
CMYK 0 0.60 0.20 0.05
HSL 319.58º 0.84% 0.66% -
HSV(B) 319.58º 0.6% 0.95% -
XYZ 50.29 31.15 54.4 -
YUV 151.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 241 97 194 0 0.60 0.20 0.05 319.58 0.84 0.66
Hex F1 61 C2 0 3C 14 5 140 54 42
Octal 361 141 302 0 74 24 5 500 124 102
Binary 11110001 1100001 11000010 0 111100 10100 101 101000000 1010100 1000010

Color Harmonies of #F161C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161C2

Black with #F161C2

Text Example


Text Example

White with #F161C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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