Html Css Color HEX #F168C9 Neon Pink

📋 copy color: '#F168C9'

red 241 ◦ green 104 ◦ blue 201

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

Shades of Neon Pink #F168C9

Tints of Neon Pink #F168C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 44.14%
G = 19.05%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F168C9 (or 0xF168C9) is known color: Neon Pink. HEX triplet: F1, 68 and C9. RGB value is (241,104,201). Sum of RGB (Red+Green+Blue) = 241+104+201=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F168C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168C9 is #0E9736. Grayscale: #9B9B9B. Windows color (decimal): -956215 or 13199601. OLE color: 13199601.

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

Color convert

RGB 241 104 201 -
CMYK 0 0.57 0.17 0.05
HSL 317.52º 0.83% 0.68% -
HSV(B) 317.52º 0.57% 0.95% -
XYZ 51.77 32.82 58.86 -
YUV 156.02 153.39 188.61 -
System Red Green Blue C M Y K H S L
Decimal 241 104 201 0 0.57 0.17 0.05 317.52 0.83 0.68
Hex F1 68 C9 0 39 11 5 13E 53 44
Octal 361 150 311 0 71 21 5 476 123 104
Binary 11110001 1101000 11001001 0 111001 10001 101 100111110 1010011 1000100

Color Harmonies of #F168C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168C9

Black with #F168C9

Text Example


Text Example

White with #F168C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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