Html Css Color HEX #F161CC Neon Pink

📋 copy color: '#F161CC'

red 241 ◦ green 97 ◦ blue 204

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

Shades of Neon Pink #F161CC

Tints of Neon Pink #F161CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 44.46%
G = 17.9%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F161CC (or 0xF161CC) is known color: Neon Pink. HEX triplet: F1, 61 and CC. RGB value is (241,97,204). Sum of RGB (Red+Green+Blue) = 241+97+204=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F161CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F161CC is #0E9E33. Grayscale: #979797. Windows color (decimal): -958004 or 13394417. OLE color: 13394417.

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

Color convert

RGB 241 97 204 -
CMYK 0 0.60 0.15 0.05
HSL 315.42º 0.84% 0.66% -
HSV(B) 315.42º 0.6% 0.95% -
XYZ 51.45 31.61 60.52 -
YUV 152.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 241 97 204 0 0.60 0.15 0.05 315.42 0.84 0.66
Hex F1 61 CC 0 3C F 5 13B 54 42
Octal 361 141 314 0 74 17 5 473 124 102
Binary 11110001 1100001 11001100 0 111100 1111 101 100111011 1010100 1000010

Color Harmonies of #F161CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161CC

Black with #F161CC

Text Example


Text Example

White with #F161CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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