Html Css Color HEX #F17EE2 Pale Magenta

📋 copy color: '#F17EE2'

red 241 ◦ green 126 ◦ blue 226

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

Shades of Pale Magenta #F17EE2

Tints of Pale Magenta #F17EE2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.25%

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

R = 40.64%
G = 21.25%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F17EE2 (or 0xF17EE2) is known color: Pale Magenta. HEX triplet: F1, 7E and E2. RGB value is (241,126,226). Sum of RGB (Red+Green+Blue) = 241+126+226=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EE2 is #0E811D. Grayscale: #ABABAB. Windows color (decimal): -950558 or 14843633. OLE color: 14843633.

HSL color Cylindrical-coordinate representation of color #F17EE2: hue angle of 307.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17EE2 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 126 226 -
CMYK 0 0.48 0.06 0.05
HSL 307.83º 0.8% 0.72% -
HSV(B) 307.83º 0.48% 0.95% -
XYZ 57.46 39.11 76.47 -
YUV 171.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 241 126 226 0 0.48 0.06 0.05 307.83 0.8 0.72
Hex F1 7E E2 0 30 6 5 134 50 48
Octal 361 176 342 0 60 6 5 464 120 110
Binary 11110001 1111110 11100010 0 110000 110 101 100110100 1010000 1001000

Color Harmonies of #F17EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17EE2

Black with #F17EE2

Text Example


Text Example

White with #F17EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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