Html Css Color HEX #F174DA Pale Magenta

📋 copy color: '#F174DA'

red 241 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #F174DA

Tints of Pale Magenta #F174DA

RGB

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

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

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

R = 41.91%
G = 20.17%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F174DA (or 0xF174DA) is known color: Pale Magenta. HEX triplet: F1, 74 and DA. RGB value is (241,116,218). Sum of RGB (Red+Green+Blue) = 241+116+218=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F174DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174DA is #0E8B25. Grayscale: #A4A4A4. Windows color (decimal): -953126 or 14316785. OLE color: 14316785.

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

Color convert

RGB 241 116 218 -
CMYK 0 0.52 0.10 0.05
HSL 311.04º 0.82% 0.7% -
HSV(B) 311.04º 0.52% 0.95% -
XYZ 55.18 36.25 70.42 -
YUV 165 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 241 116 218 0 0.52 0.10 0.05 311.04 0.82 0.7
Hex F1 74 DA 0 34 A 5 137 52 46
Octal 361 164 332 0 64 12 5 467 122 106
Binary 11110001 1110100 11011010 0 110100 1010 101 100110111 1010010 1000110

Color Harmonies of #F174DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174DA

Black with #F174DA

Text Example


Text Example

White with #F174DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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