Html Css Color HEX #F177E2 Pale Magenta

📋 copy color: '#F177E2'

red 241 ◦ green 119 ◦ blue 226

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

Shades of Pale Magenta #F177E2

Tints of Pale Magenta #F177E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 41.13%
G = 20.31%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F177E2 (or 0xF177E2) is known color: Pale Magenta. HEX triplet: F1, 77 and E2. RGB value is (241,119,226). Sum of RGB (Red+Green+Blue) = 241+119+226=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F177E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177E2 is #0E881D. Grayscale: #A7A7A7. Windows color (decimal): -952350 or 14841841. OLE color: 14841841.

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

Color convert

RGB 241 119 226 -
CMYK 0 0.51 0.06 0.05
HSL 307.38º 0.81% 0.71% -
HSV(B) 307.38º 0.51% 0.95% -
XYZ 56.6 37.39 76.18 -
YUV 167.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 241 119 226 0 0.51 0.06 0.05 307.38 0.81 0.71
Hex F1 77 E2 0 33 6 5 133 51 47
Octal 361 167 342 0 63 6 5 463 121 107
Binary 11110001 1110111 11100010 0 110011 110 101 100110011 1010001 1000111

Color Harmonies of #F177E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177E2

Black with #F177E2

Text Example


Text Example

White with #F177E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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