Html Css Color HEX #F178D2 Neon Pink

📋 copy color: '#F178D2'

red 241 ◦ green 120 ◦ blue 210

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

Shades of Neon Pink #F178D2

Tints of Neon Pink #F178D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 42.21%
G = 21.02%
B = 36.78%

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

#F178D2 (or 0xF178D2) is known color: Neon Pink. HEX triplet: F1, 78 and D2. RGB value is (241,120,210). Sum of RGB (Red+Green+Blue) = 241+120+210=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F178D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178D2 is #0E872D. Grayscale: #A6A6A6. Windows color (decimal): -952110 or 13793521. OLE color: 13793521.

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

Color convert

RGB 241 120 210 -
CMYK 0 0.50 0.13 0.05
HSL 315.37º 0.81% 0.71% -
HSV(B) 315.37º 0.5% 0.95% -
XYZ 54.62 36.79 65.19 -
YUV 166.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 241 120 210 0 0.50 0.13 0.05 315.37 0.81 0.71
Hex F1 78 D2 0 32 D 5 13B 51 47
Octal 361 170 322 0 62 15 5 473 121 107
Binary 11110001 1111000 11010010 0 110010 1101 101 100111011 1010001 1000111

Color Harmonies of #F178D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178D2

Black with #F178D2

Text Example


Text Example

White with #F178D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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