Html Css Color HEX #F168D1 Neon Pink

📋 copy color: '#F168D1'

red 241 ◦ green 104 ◦ blue 209

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

Shades of Neon Pink #F168D1

Tints of Neon Pink #F168D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 43.5%
G = 18.77%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F168D1 (or 0xF168D1) is known color: Neon Pink. HEX triplet: F1, 68 and D1. RGB value is (241,104,209). Sum of RGB (Red+Green+Blue) = 241+104+209=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F168D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168D1 is #0E972E. Grayscale: #9C9C9C. Windows color (decimal): -956207 or 13723889. OLE color: 13723889.

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

Color convert

RGB 241 104 209 -
CMYK 0 0.57 0.13 0.05
HSL 314.01º 0.83% 0.68% -
HSV(B) 314.01º 0.57% 0.95% -
XYZ 52.73 33.2 63.95 -
YUV 156.93 157.39 187.96 -
System Red Green Blue C M Y K H S L
Decimal 241 104 209 0 0.57 0.13 0.05 314.01 0.83 0.68
Hex F1 68 D1 0 39 D 5 13A 53 44
Octal 361 150 321 0 71 15 5 472 123 104
Binary 11110001 1101000 11010001 0 111001 1101 101 100111010 1010011 1000100

Color Harmonies of #F168D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168D1

Black with #F168D1

Text Example


Text Example

White with #F168D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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