Html Css Color HEX #F168C1 Neon Pink

📋 copy color: '#F168C1'

red 241 ◦ green 104 ◦ blue 193

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

Shades of Neon Pink #F168C1

Tints of Neon Pink #F168C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 44.8%
G = 19.33%
B = 35.87%

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

#F168C1 (or 0xF168C1) is known color: Neon Pink. HEX triplet: F1, 68 and C1. RGB value is (241,104,193). Sum of RGB (Red+Green+Blue) = 241+104+193=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F168C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168C1 is #0E973E. Grayscale: #9A9A9A. Windows color (decimal): -956223 or 12675313. OLE color: 12675313.

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

Color convert

RGB 241 104 193 -
CMYK 0 0.57 0.20 0.05
HSL 321.02º 0.83% 0.68% -
HSV(B) 321.02º 0.57% 0.95% -
XYZ 50.85 32.45 54.04 -
YUV 155.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 241 104 193 0 0.57 0.20 0.05 321.02 0.83 0.68
Hex F1 68 C1 0 39 14 5 141 53 44
Octal 361 150 301 0 71 24 5 501 123 104
Binary 11110001 1101000 11000001 0 111001 10100 101 101000001 1010011 1000100

Color Harmonies of #F168C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168C1

Black with #F168C1

Text Example


Text Example

White with #F168C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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