Html Css Color HEX #F175DA Pale Magenta

📋 copy color: '#F175DA'

red 241 ◦ green 117 ◦ blue 218

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

Shades of Pale Magenta #F175DA

Tints of Pale Magenta #F175DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 41.84%
G = 20.31%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F175DA (or 0xF175DA) is known color: Pale Magenta. HEX triplet: F1, 75 and DA. RGB value is (241,117,218). Sum of RGB (Red+Green+Blue) = 241+117+218=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F175DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175DA is #0E8A25. Grayscale: #A5A5A5. Windows color (decimal): -952870 or 14317041. OLE color: 14317041.

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

Color convert

RGB 241 117 218 -
CMYK 0 0.51 0.10 0.05
HSL 311.13º 0.82% 0.7% -
HSV(B) 311.13º 0.51% 0.95% -
XYZ 55.29 36.49 70.46 -
YUV 165.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 241 117 218 0 0.51 0.10 0.05 311.13 0.82 0.7
Hex F1 75 DA 0 33 A 5 137 52 46
Octal 361 165 332 0 63 12 5 467 122 106
Binary 11110001 1110101 11011010 0 110011 1010 101 100110111 1010010 1000110

Color Harmonies of #F175DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175DA

Black with #F175DA

Text Example


Text Example

White with #F175DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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