Html Css Color HEX #F176DA Pale Magenta

📋 copy color: '#F176DA'

red 241 ◦ green 118 ◦ blue 218

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

Shades of Pale Magenta #F176DA

Tints of Pale Magenta #F176DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.45%

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

R = 41.77%
G = 20.45%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F176DA (or 0xF176DA) is known color: Pale Magenta. HEX triplet: F1, 76 and DA. RGB value is (241,118,218). Sum of RGB (Red+Green+Blue) = 241+118+218=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F176DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176DA is #0E8925. Grayscale: #A5A5A5. Windows color (decimal): -952614 or 14317297. OLE color: 14317297.

HSL color Cylindrical-coordinate representation of color #F176DA: hue angle of 311.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F176DA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 218 -
CMYK 0 0.51 0.10 0.05
HSL 311.22º 0.81% 0.7% -
HSV(B) 311.22º 0.51% 0.95% -
XYZ 55.41 36.72 70.5 -
YUV 166.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 241 118 218 0 0.51 0.10 0.05 311.22 0.81 0.7
Hex F1 76 DA 0 33 A 5 137 51 46
Octal 361 166 332 0 63 12 5 467 121 106
Binary 11110001 1110110 11011010 0 110011 1010 101 100110111 1010001 1000110

Color Harmonies of #F176DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176DA

Black with #F176DA

Text Example


Text Example

White with #F176DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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