Html Css Color HEX #F174E3 Pale Magenta

📋 copy color: '#F174E3'

red 241 ◦ green 116 ◦ blue 227

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

Shades of Pale Magenta #F174E3

Tints of Pale Magenta #F174E3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.86%

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

R = 41.27%
G = 19.86%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F174E3 (or 0xF174E3) is known color: Pale Magenta. HEX triplet: F1, 74 and E3. RGB value is (241,116,227). Sum of RGB (Red+Green+Blue) = 241+116+227=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F174E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174E3 is #0E8B1C. Grayscale: #A5A5A5. Windows color (decimal): -953117 or 14906609. OLE color: 14906609.

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

Color convert

RGB 241 116 227 -
CMYK 0 0.52 0.06 0.05
HSL 306.72º 0.82% 0.7% -
HSV(B) 306.72º 0.52% 0.95% -
XYZ 56.39 36.74 76.79 -
YUV 166.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 241 116 227 0 0.52 0.06 0.05 306.72 0.82 0.7
Hex F1 74 E3 0 34 6 5 133 52 46
Octal 361 164 343 0 64 6 5 463 122 106
Binary 11110001 1110100 11100011 0 110100 110 101 100110011 1010010 1000110

Color Harmonies of #F174E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174E3

Black with #F174E3

Text Example


Text Example

White with #F174E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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