Html Css Color HEX #F178DC Pale Magenta

📋 copy color: '#F178DC'

red 241 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #F178DC

Tints of Pale Magenta #F178DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 41.48%
G = 20.65%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F178DC (or 0xF178DC) is known color: Pale Magenta. HEX triplet: F1, 78 and DC. RGB value is (241,120,220). Sum of RGB (Red+Green+Blue) = 241+120+220=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F178DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178DC is #0E8723. Grayscale: #A7A7A7. Windows color (decimal): -952100 or 14448881. OLE color: 14448881.

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

Color convert

RGB 241 120 220 -
CMYK 0 0.50 0.09 0.05
HSL 310.41º 0.81% 0.71% -
HSV(B) 310.41º 0.5% 0.95% -
XYZ 55.91 37.3 71.96 -
YUV 167.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 241 120 220 0 0.50 0.09 0.05 310.41 0.81 0.71
Hex F1 78 DC 0 32 9 5 136 51 47
Octal 361 170 334 0 62 11 5 466 121 107
Binary 11110001 1111000 11011100 0 110010 1001 101 100110110 1010001 1000111

Color Harmonies of #F178DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178DC

Black with #F178DC

Text Example


Text Example

White with #F178DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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