Html Css Color HEX #F170DA Pale Magenta

📋 copy color: '#F170DA'

red 241 ◦ green 112 ◦ blue 218

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

Shades of Pale Magenta #F170DA

Tints of Pale Magenta #F170DA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.61%

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

R = 42.21%
G = 19.61%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F170DA (or 0xF170DA) is known color: Pale Magenta. HEX triplet: F1, 70 and DA. RGB value is (241,112,218). Sum of RGB (Red+Green+Blue) = 241+112+218=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F170DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170DA is #0E8F25. Grayscale: #A2A2A2. Windows color (decimal): -954150 or 14315761. OLE color: 14315761.

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

Color convert

RGB 241 112 218 -
CMYK 0 0.54 0.10 0.05
HSL 310.7º 0.82% 0.69% -
HSV(B) 310.7º 0.54% 0.95% -
XYZ 54.72 35.35 70.27 -
YUV 162.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 241 112 218 0 0.54 0.10 0.05 310.7 0.82 0.69
Hex F1 70 DA 0 36 A 5 137 52 45
Octal 361 160 332 0 66 12 5 467 122 105
Binary 11110001 1110000 11011010 0 110110 1010 101 100110111 1010010 1000101

Color Harmonies of #F170DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F170DA

Black with #F170DA

Text Example


Text Example

White with #F170DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F170DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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