Html Css Color HEX #F171E0 Pale Magenta

📋 copy color: '#F171E0'

red 241 ◦ green 113 ◦ blue 224

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

Shades of Pale Magenta #F171E0

Tints of Pale Magenta #F171E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.55%

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

R = 41.7%
G = 19.55%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F171E0 (or 0xF171E0) is known color: Pale Magenta. HEX triplet: F1, 71 and E0. RGB value is (241,113,224). Sum of RGB (Red+Green+Blue) = 241+113+224=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F171E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171E0 is #0E8E1F. Grayscale: #A3A3A3. Windows color (decimal): -953888 or 14709233. OLE color: 14709233.

HSL color Cylindrical-coordinate representation of color #F171E0: hue angle of 307.97º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171E0 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 113 224 -
CMYK 0 0.53 0.07 0.05
HSL 307.97º 0.82% 0.69% -
HSV(B) 307.97º 0.53% 0.95% -
XYZ 55.64 35.89 74.52 -
YUV 163.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 241 113 224 0 0.53 0.07 0.05 307.97 0.82 0.69
Hex F1 71 E0 0 35 7 5 134 52 45
Octal 361 161 340 0 65 7 5 464 122 105
Binary 11110001 1110001 11100000 0 110101 111 101 100110100 1010010 1000101

Color Harmonies of #F171E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171E0

Black with #F171E0

Text Example


Text Example

White with #F171E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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