Html Css Color HEX #F175DF Pale Magenta

📋 copy color: '#F175DF'

red 241 ◦ green 117 ◦ blue 223

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

Shades of Pale Magenta #F175DF

Tints of Pale Magenta #F175DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 41.48%
G = 20.14%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F175DF (or 0xF175DF) is known color: Pale Magenta. HEX triplet: F1, 75 and DF. RGB value is (241,117,223). Sum of RGB (Red+Green+Blue) = 241+117+223=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F175DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175DF is #0E8A20. Grayscale: #A5A5A5. Windows color (decimal): -952865 or 14644721. OLE color: 14644721.

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

Color convert

RGB 241 117 223 -
CMYK 0 0.51 0.07 0.05
HSL 308.71º 0.82% 0.7% -
HSV(B) 308.71º 0.51% 0.95% -
XYZ 55.96 36.75 73.96 -
YUV 166.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 241 117 223 0 0.51 0.07 0.05 308.71 0.82 0.7
Hex F1 75 DF 0 33 7 5 135 52 46
Octal 361 165 337 0 63 7 5 465 122 106
Binary 11110001 1110101 11011111 0 110011 111 101 100110101 1010010 1000110

Color Harmonies of #F175DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175DF

Black with #F175DF

Text Example


Text Example

White with #F175DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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