Html Css Color HEX #F17FE2 Pale Magenta

📋 copy color: '#F17FE2'

red 241 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #F17FE2

Tints of Pale Magenta #F17FE2

RGB

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

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

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

R = 40.57%
G = 21.38%
B = 38.05%

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

#F17FE2 (or 0xF17FE2) is known color: Pale Magenta. HEX triplet: F1, 7F and E2. RGB value is (241,127,226). Sum of RGB (Red+Green+Blue) = 241+127+226=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FE2 is #0E801D. Grayscale: #ACACAC. Windows color (decimal): -950302 or 14843889. OLE color: 14843889.

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

Color convert

RGB 241 127 226 -
CMYK 0 0.47 0.06 0.05
HSL 307.89º 0.8% 0.72% -
HSV(B) 307.89º 0.47% 0.95% -
XYZ 57.59 39.37 76.52 -
YUV 172.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 241 127 226 0 0.47 0.06 0.05 307.89 0.8 0.72
Hex F1 7F E2 0 2F 6 5 134 50 48
Octal 361 177 342 0 57 6 5 464 120 110
Binary 11110001 1111111 11100010 0 101111 110 101 100110100 1010000 1001000

Color Harmonies of #F17FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FE2

Black with #F17FE2

Text Example


Text Example

White with #F17FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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