Html Css Color HEX #F17FDE Pale Magenta

📋 copy color: '#F17FDE'

red 241 ◦ green 127 ◦ blue 222

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

Shades of Pale Magenta #F17FDE

Tints of Pale Magenta #F17FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 21.53%

 BLUE value IS 222 (87.11% from 255) = 37.63%

R = 40.85%
G = 21.53%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F17FDE (or 0xF17FDE) is known color: Pale Magenta. HEX triplet: F1, 7F and DE. RGB value is (241,127,222). Sum of RGB (Red+Green+Blue) = 241+127+222=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FDE is #0E8021. Grayscale: #ABABAB. Windows color (decimal): -950306 or 14581745. OLE color: 14581745.

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

Color convert

RGB 241 127 222 -
CMYK 0 0.47 0.08 0.05
HSL 310º 0.8% 0.72% -
HSV(B) 310º 0.47% 0.95% -
XYZ 57.05 39.15 73.66 -
YUV 171.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 241 127 222 0 0.47 0.08 0.05 310 0.8 0.72
Hex F1 7F DE 0 2F 8 5 136 50 48
Octal 361 177 336 0 57 10 5 466 120 110
Binary 11110001 1111111 11011110 0 101111 1000 101 100110110 1010000 1001000

Color Harmonies of #F17FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FDE

Black with #F17FDE

Text Example


Text Example

White with #F17FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FDE; }

 p { color: rgb(241,127,222); }

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

background-color css

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

 a { background-color: rgb(241,127,222); }

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

border-color css

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

 span { border-color: rgb(241,127,222); }

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