Html Css Color HEX #F175E4 Pale Magenta

📋 copy color: '#F175E4'

red 241 ◦ green 117 ◦ blue 228

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

Shades of Pale Magenta #F175E4

Tints of Pale Magenta #F175E4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.97%

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 41.13%
G = 19.97%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F175E4 (or 0xF175E4) is known color: Pale Magenta. HEX triplet: F1, 75 and E4. RGB value is (241,117,228). Sum of RGB (Red+Green+Blue) = 241+117+228=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175E4 is #0E8A1B. Grayscale: #A6A6A6. Windows color (decimal): -952860 or 14972401. OLE color: 14972401.

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

Color convert

RGB 241 117 228 -
CMYK 0 0.51 0.05 0.05
HSL 306.29º 0.82% 0.7% -
HSV(B) 306.29º 0.51% 0.95% -
XYZ 56.64 37.02 77.56 -
YUV 166.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 241 117 228 0 0.51 0.05 0.05 306.29 0.82 0.7
Hex F1 75 E4 0 33 5 5 132 52 46
Octal 361 165 344 0 63 5 5 462 122 106
Binary 11110001 1110101 11100100 0 110011 101 101 100110010 1010010 1000110

Color Harmonies of #F175E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175E4

Black with #F175E4

Text Example


Text Example

White with #F175E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175E4; }

 p { color: rgb(241,117,228); }

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

background-color css

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

 a { background-color: rgb(241,117,228); }

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

border-color css

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

 span { border-color: rgb(241,117,228); }

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