Html Css Color HEX #F177DA Pale Magenta

📋 copy color: '#F177DA'

red 241 ◦ green 119 ◦ blue 218

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

Shades of Pale Magenta #F177DA

Tints of Pale Magenta #F177DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.59%

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

R = 41.7%
G = 20.59%
B = 37.72%

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

#F177DA (or 0xF177DA) is known color: Pale Magenta. HEX triplet: F1, 77 and DA. RGB value is (241,119,218). Sum of RGB (Red+Green+Blue) = 241+119+218=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F177DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177DA is #0E8825. Grayscale: #A6A6A6. Windows color (decimal): -952358 or 14317553. OLE color: 14317553.

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

Color convert

RGB 241 119 218 -
CMYK 0 0.51 0.10 0.05
HSL 311.31º 0.81% 0.71% -
HSV(B) 311.31º 0.51% 0.95% -
XYZ 55.53 36.96 70.54 -
YUV 166.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 241 119 218 0 0.51 0.10 0.05 311.31 0.81 0.71
Hex F1 77 DA 0 33 A 5 137 51 47
Octal 361 167 332 0 63 12 5 467 121 107
Binary 11110001 1110111 11011010 0 110011 1010 101 100110111 1010001 1000111

Color Harmonies of #F177DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177DA

Black with #F177DA

Text Example


Text Example

White with #F177DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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