Html Css Color HEX #F17CE0 Pale Magenta

📋 copy color: '#F17CE0'

red 241 ◦ green 124 ◦ blue 224

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

Shades of Pale Magenta #F17CE0

Tints of Pale Magenta #F17CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.03%

R = 40.92%
G = 21.05%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F17CE0 (or 0xF17CE0) is known color: Pale Magenta. HEX triplet: F1, 7C and E0. RGB value is (241,124,224). Sum of RGB (Red+Green+Blue) = 241+124+224=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CE0 is #0E831F. Grayscale: #AAAAAA. Windows color (decimal): -951072 or 14712049. OLE color: 14712049.

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

Color convert

RGB 241 124 224 -
CMYK 0 0.49 0.07 0.05
HSL 308.72º 0.81% 0.72% -
HSV(B) 308.72º 0.49% 0.95% -
XYZ 56.94 38.5 74.95 -
YUV 170.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 241 124 224 0 0.49 0.07 0.05 308.72 0.81 0.72
Hex F1 7C E0 0 31 7 5 135 51 48
Octal 361 174 340 0 61 7 5 465 121 110
Binary 11110001 1111100 11100000 0 110001 111 101 100110101 1010001 1001000

Color Harmonies of #F17CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CE0

Black with #F17CE0

Text Example


Text Example

White with #F17CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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