Html Css Color HEX #F178D1 Neon Pink

📋 copy color: '#F178D1'

red 241 ◦ green 120 ◦ blue 209

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

Shades of Neon Pink #F178D1

Tints of Neon Pink #F178D1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.05%

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

R = 42.28%
G = 21.05%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F178D1 (or 0xF178D1) is known color: Neon Pink. HEX triplet: F1, 78 and D1. RGB value is (241,120,209). Sum of RGB (Red+Green+Blue) = 241+120+209=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F178D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178D1 is #0E872E. Grayscale: #A6A6A6. Windows color (decimal): -952111 or 13727985. OLE color: 13727985.

HSL color Cylindrical-coordinate representation of color #F178D1: hue angle of 315.87º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178D1 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 120 209 -
CMYK 0 0.50 0.13 0.05
HSL 315.87º 0.81% 0.71% -
HSV(B) 315.87º 0.5% 0.95% -
XYZ 54.5 36.74 64.54 -
YUV 166.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 241 120 209 0 0.50 0.13 0.05 315.87 0.81 0.71
Hex F1 78 D1 0 32 D 5 13C 51 47
Octal 361 170 321 0 62 15 5 474 121 107
Binary 11110001 1111000 11010001 0 110010 1101 101 100111100 1010001 1000111

Color Harmonies of #F178D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178D1

Black with #F178D1

Text Example


Text Example

White with #F178D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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