Html Css Color HEX #F17FE3 Pale Magenta

📋 copy color: '#F17FE3'

red 241 ◦ green 127 ◦ blue 227

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

Shades of Pale Magenta #F17FE3

Tints of Pale Magenta #F17FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.15%

R = 40.5%
G = 21.34%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F17FE3 (or 0xF17FE3) is known color: Pale Magenta. HEX triplet: F1, 7F and E3. RGB value is (241,127,227). Sum of RGB (Red+Green+Blue) = 241+127+227=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FE3 is #0E801C. Grayscale: #ACACAC. Windows color (decimal): -950301 or 14909425. OLE color: 14909425.

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

Color convert

RGB 241 127 227 -
CMYK 0 0.47 0.06 0.05
HSL 307.37º 0.8% 0.72% -
HSV(B) 307.37º 0.47% 0.95% -
XYZ 57.73 39.43 77.24 -
YUV 172.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 241 127 227 0 0.47 0.06 0.05 307.37 0.8 0.72
Hex F1 7F E3 0 2F 6 5 133 50 48
Octal 361 177 343 0 57 6 5 463 120 110
Binary 11110001 1111111 11100011 0 101111 110 101 100110011 1010000 1001000

Color Harmonies of #F17FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FE3

Black with #F17FE3

Text Example


Text Example

White with #F17FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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