Html Css Color HEX #F168C0 Neon Pink

📋 copy color: '#F168C0'

red 241 ◦ green 104 ◦ blue 192

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

Shades of Neon Pink #F168C0

Tints of Neon Pink #F168C0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.37%

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

R = 44.88%
G = 19.37%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F168C0 (or 0xF168C0) is known color: Neon Pink. HEX triplet: F1, 68 and C0. RGB value is (241,104,192). Sum of RGB (Red+Green+Blue) = 241+104+192=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F168C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168C0 is #0E973F. Grayscale: #9A9A9A. Windows color (decimal): -956224 or 12609777. OLE color: 12609777.

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

Color convert

RGB 241 104 192 -
CMYK 0 0.57 0.20 0.05
HSL 321.46º 0.83% 0.68% -
HSV(B) 321.46º 0.57% 0.95% -
XYZ 50.74 32.41 53.45 -
YUV 155 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 241 104 192 0 0.57 0.20 0.05 321.46 0.83 0.68
Hex F1 68 C0 0 39 14 5 141 53 44
Octal 361 150 300 0 71 24 5 501 123 104
Binary 11110001 1101000 11000000 0 111001 10100 101 101000001 1010011 1000100

Color Harmonies of #F168C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168C0

Black with #F168C0

Text Example


Text Example

White with #F168C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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