Html Css Color HEX #F168D2 Neon Pink

📋 copy color: '#F168D2'

red 241 ◦ green 104 ◦ blue 210

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

Shades of Neon Pink #F168D2

Tints of Neon Pink #F168D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 43.42%
G = 18.74%
B = 37.84%

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

#F168D2 (or 0xF168D2) is known color: Neon Pink. HEX triplet: F1, 68 and D2. RGB value is (241,104,210). Sum of RGB (Red+Green+Blue) = 241+104+210=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F168D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168D2 is #0E972D. Grayscale: #9C9C9C. Windows color (decimal): -956206 or 13789425. OLE color: 13789425.

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

Color convert

RGB 241 104 210 -
CMYK 0 0.57 0.13 0.05
HSL 313.58º 0.83% 0.68% -
HSV(B) 313.58º 0.57% 0.95% -
XYZ 52.86 33.25 64.61 -
YUV 157.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 241 104 210 0 0.57 0.13 0.05 313.58 0.83 0.68
Hex F1 68 D2 0 39 D 5 13A 53 44
Octal 361 150 322 0 71 15 5 472 123 104
Binary 11110001 1101000 11010010 0 111001 1101 101 100111010 1010011 1000100

Color Harmonies of #F168D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168D2

Black with #F168D2

Text Example


Text Example

White with #F168D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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