Html Css Color HEX #F179DA Pale Magenta

📋 copy color: '#F179DA'

red 241 ◦ green 121 ◦ blue 218

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

Shades of Pale Magenta #F179DA

Tints of Pale Magenta #F179DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.86%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 41.55%
G = 20.86%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F179DA (or 0xF179DA) is known color: Pale Magenta. HEX triplet: F1, 79 and DA. RGB value is (241,121,218). Sum of RGB (Red+Green+Blue) = 241+121+218=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F179DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179DA is #0E8625. Grayscale: #A7A7A7. Windows color (decimal): -951846 or 14318065. OLE color: 14318065.

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

Color convert

RGB 241 121 218 -
CMYK 0 0.50 0.10 0.05
HSL 311.5º 0.81% 0.71% -
HSV(B) 311.5º 0.5% 0.95% -
XYZ 55.77 37.44 70.62 -
YUV 167.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 241 121 218 0 0.50 0.10 0.05 311.5 0.81 0.71
Hex F1 79 DA 0 32 A 5 138 51 47
Octal 361 171 332 0 62 12 5 470 121 107
Binary 11110001 1111001 11011010 0 110010 1010 101 100111000 1010001 1000111

Color Harmonies of #F179DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F179DA

Black with #F179DA

Text Example


Text Example

White with #F179DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F179DA; }

 p { color: rgb(241,121,218); }

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

background-color css

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

 a { background-color: rgb(241,121,218); }

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

border-color css

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

 span { border-color: rgb(241,121,218); }

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