Html Css Color HEX #F169C5 Neon Pink

📋 copy color: '#F169C5'

red 241 ◦ green 105 ◦ blue 197

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

Shades of Neon Pink #F169C5

Tints of Neon Pink #F169C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 44.38%
G = 19.34%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F169C5 (or 0xF169C5) is known color: Neon Pink. HEX triplet: F1, 69 and C5. RGB value is (241,105,197). Sum of RGB (Red+Green+Blue) = 241+105+197=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F169C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F169C5 is #0E963A. Grayscale: #9B9B9B. Windows color (decimal): -955963 or 12937713. OLE color: 12937713.

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

Color convert

RGB 241 105 197 -
CMYK 0 0.56 0.18 0.05
HSL 319.41º 0.83% 0.68% -
HSV(B) 319.41º 0.56% 0.95% -
XYZ 51.41 32.84 56.45 -
YUV 156.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 241 105 197 0 0.56 0.18 0.05 319.41 0.83 0.68
Hex F1 69 C5 0 38 12 5 13F 53 44
Octal 361 151 305 0 70 22 5 477 123 104
Binary 11110001 1101001 11000101 0 111000 10010 101 100111111 1010011 1000100

Color Harmonies of #F169C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F169C5

Black with #F169C5

Text Example


Text Example

White with #F169C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F169C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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