Html Css Color HEX #F169D1 Neon Pink

📋 copy color: '#F169D1'

red 241 ◦ green 105 ◦ blue 209

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

Shades of Neon Pink #F169D1

Tints of Neon Pink #F169D1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.92%

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

R = 43.42%
G = 18.92%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F169D1 (or 0xF169D1) is known color: Neon Pink. HEX triplet: F1, 69 and D1. RGB value is (241,105,209). Sum of RGB (Red+Green+Blue) = 241+105+209=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F169D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169D1 is #0E962E. Grayscale: #9D9D9D. Windows color (decimal): -955951 or 13724145. OLE color: 13724145.

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

Color convert

RGB 241 105 209 -
CMYK 0 0.56 0.13 0.05
HSL 314.12º 0.83% 0.68% -
HSV(B) 314.12º 0.56% 0.95% -
XYZ 52.84 33.41 63.99 -
YUV 157.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 241 105 209 0 0.56 0.13 0.05 314.12 0.83 0.68
Hex F1 69 D1 0 38 D 5 13A 53 44
Octal 361 151 321 0 70 15 5 472 123 104
Binary 11110001 1101001 11010001 0 111000 1101 101 100111010 1010011 1000100

Color Harmonies of #F169D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169D1

Black with #F169D1

Text Example


Text Example

White with #F169D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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