Html Css Color HEX #F177DD Pale Magenta

📋 copy color: '#F177DD'

red 241 ◦ green 119 ◦ blue 221

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

Shades of Pale Magenta #F177DD

Tints of Pale Magenta #F177DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 41.48%
G = 20.48%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F177DD (or 0xF177DD) is known color: Pale Magenta. HEX triplet: F1, 77 and DD. RGB value is (241,119,221). Sum of RGB (Red+Green+Blue) = 241+119+221=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F177DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177DD is #0E8822. Grayscale: #A6A6A6. Windows color (decimal): -952355 or 14514161. OLE color: 14514161.

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

Color convert

RGB 241 119 221 -
CMYK 0 0.51 0.08 0.05
HSL 309.84º 0.81% 0.71% -
HSV(B) 309.84º 0.51% 0.95% -
XYZ 55.92 37.11 72.62 -
YUV 167.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 241 119 221 0 0.51 0.08 0.05 309.84 0.81 0.71
Hex F1 77 DD 0 33 8 5 136 51 47
Octal 361 167 335 0 63 10 5 466 121 107
Binary 11110001 1110111 11011101 0 110011 1000 101 100110110 1010001 1000111

Color Harmonies of #F177DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177DD

Black with #F177DD

Text Example


Text Example

White with #F177DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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