Html Css Color HEX #F178E2 Pale Magenta

📋 copy color: '#F178E2'

red 241 ◦ green 120 ◦ blue 226

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

Shades of Pale Magenta #F178E2

Tints of Pale Magenta #F178E2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.44%

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

R = 41.06%
G = 20.44%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F178E2 (or 0xF178E2) is known color: Pale Magenta. HEX triplet: F1, 78 and E2. RGB value is (241,120,226). Sum of RGB (Red+Green+Blue) = 241+120+226=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F178E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178E2 is #0E871D. Grayscale: #A7A7A7. Windows color (decimal): -952094 or 14842097. OLE color: 14842097.

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

Color convert

RGB 241 120 226 -
CMYK 0 0.50 0.06 0.05
HSL 307.44º 0.81% 0.71% -
HSV(B) 307.44º 0.5% 0.95% -
XYZ 56.72 37.62 76.22 -
YUV 168.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 241 120 226 0 0.50 0.06 0.05 307.44 0.81 0.71
Hex F1 78 E2 0 32 6 5 133 51 47
Octal 361 170 342 0 62 6 5 463 121 107
Binary 11110001 1111000 11100010 0 110010 110 101 100110011 1010001 1000111

Color Harmonies of #F178E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F178E2

Black with #F178E2

Text Example


Text Example

White with #F178E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F178E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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