Html Css Color HEX #F17DE4 Pale Magenta

📋 copy color: '#F17DE4'

red 241 ◦ green 125 ◦ blue 228

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

Shades of Pale Magenta #F17DE4

Tints of Pale Magenta #F17DE4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.04%

 BLUE value IS 228 (89.45% from 255) = 38.38%

R = 40.57%
G = 21.04%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F17DE4 (or 0xF17DE4) is known color: Pale Magenta. HEX triplet: F1, 7D and E4. RGB value is (241,125,228). Sum of RGB (Red+Green+Blue) = 241+125+228=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DE4 is #0E821B. Grayscale: #ABABAB. Windows color (decimal): -950812 or 14974449. OLE color: 14974449.

HSL color Cylindrical-coordinate representation of color #F17DE4: hue angle of 306.72º degrees, saturation: 0.81, 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 #F17DE4 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 228 -
CMYK 0 0.48 0.05 0.05
HSL 306.72º 0.81% 0.72% -
HSV(B) 306.72º 0.48% 0.95% -
XYZ 57.61 38.97 77.88 -
YUV 171.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 241 125 228 0 0.48 0.05 0.05 306.72 0.81 0.72
Hex F1 7D E4 0 30 5 5 133 51 48
Octal 361 175 344 0 60 5 5 463 121 110
Binary 11110001 1111101 11100100 0 110000 101 101 100110011 1010001 1001000

Color Harmonies of #F17DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DE4

Black with #F17DE4

Text Example


Text Example

White with #F17DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DE4; }

 p { color: rgb(241,125,228); }

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

background-color css

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

 a { background-color: rgb(241,125,228); }

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

border-color css

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

 span { border-color: rgb(241,125,228); }

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