Html Css Color HEX #F169C9 Neon Pink

📋 copy color: '#F169C9'

red 241 ◦ green 105 ◦ blue 201

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

Shades of Neon Pink #F169C9

Tints of Neon Pink #F169C9

RGB

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

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

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

R = 44.06%
G = 19.2%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F169C9 (or 0xF169C9) is known color: Neon Pink. HEX triplet: F1, 69 and C9. RGB value is (241,105,201). Sum of RGB (Red+Green+Blue) = 241+105+201=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C9 is #0E9636. Grayscale: #9C9C9C. Windows color (decimal): -955959 or 13199857. OLE color: 13199857.

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

Color convert

RGB 241 105 201 -
CMYK 0 0.56 0.17 0.05
HSL 317.65º 0.83% 0.68% -
HSV(B) 317.65º 0.56% 0.95% -
XYZ 51.87 33.02 58.9 -
YUV 156.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 241 105 201 0 0.56 0.17 0.05 317.65 0.83 0.68
Hex F1 69 C9 0 38 11 5 13E 53 44
Octal 361 151 311 0 70 21 5 476 123 104
Binary 11110001 1101001 11001001 0 111000 10001 101 100111110 1010011 1000100

Color Harmonies of #F169C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169C9

Black with #F169C9

Text Example


Text Example

White with #F169C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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