Html Css Color HEX #F17CE2 Pale Magenta

📋 copy color: '#F17CE2'

red 241 ◦ green 124 ◦ blue 226

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

Shades of Pale Magenta #F17CE2

Tints of Pale Magenta #F17CE2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.98%

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

R = 40.78%
G = 20.98%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F17CE2 (or 0xF17CE2) is known color: Pale Magenta. HEX triplet: F1, 7C and E2. RGB value is (241,124,226). Sum of RGB (Red+Green+Blue) = 241+124+226=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CE2 is #0E831D. Grayscale: #AAAAAA. Windows color (decimal): -951070 or 14843121. OLE color: 14843121.

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

Color convert

RGB 241 124 226 -
CMYK 0 0.49 0.06 0.05
HSL 307.69º 0.81% 0.72% -
HSV(B) 307.69º 0.49% 0.95% -
XYZ 57.21 38.61 76.39 -
YUV 170.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 241 124 226 0 0.49 0.06 0.05 307.69 0.81 0.72
Hex F1 7C E2 0 31 6 5 134 51 48
Octal 361 174 342 0 61 6 5 464 121 110
Binary 11110001 1111100 11100010 0 110001 110 101 100110100 1010001 1001000

Color Harmonies of #F17CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CE2

Black with #F17CE2

Text Example


Text Example

White with #F17CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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