Html Css Color HEX #F166BF Neon Pink

📋 copy color: '#F166BF'

red 241 ◦ green 102 ◦ blue 191

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

Shades of Neon Pink #F166BF

Tints of Neon Pink #F166BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.1%

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

R = 45.13%
G = 19.1%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F166BF (or 0xF166BF) is known color: Neon Pink. HEX triplet: F1, 66 and BF. RGB value is (241,102,191). Sum of RGB (Red+Green+Blue) = 241+102+191=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F166BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166BF is #0E9940. Grayscale: #999999. Windows color (decimal): -956737 or 12543729. OLE color: 12543729.

HSL color Cylindrical-coordinate representation of color #F166BF: hue angle of 321.58º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166BF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 191 -
CMYK 0 0.58 0.21 0.05
HSL 321.58º 0.83% 0.67% -
HSV(B) 321.58º 0.58% 0.95% -
XYZ 50.43 31.97 52.8 -
YUV 153.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 241 102 191 0 0.58 0.21 0.05 321.58 0.83 0.67
Hex F1 66 BF 0 3A 15 5 142 53 43
Octal 361 146 277 0 72 25 5 502 123 103
Binary 11110001 1100110 10111111 0 111010 10101 101 101000010 1010011 1000011

Color Harmonies of #F166BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166BF

Black with #F166BF

Text Example


Text Example

White with #F166BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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