Html Css Color HEX #F17FDA Pale Magenta

📋 copy color: '#F17FDA'

red 241 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F17FDA

Tints of Pale Magenta #F17FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.67%

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

R = 41.13%
G = 21.67%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F17FDA (or 0xF17FDA) is known color: Pale Magenta. HEX triplet: F1, 7F and DA. RGB value is (241,127,218). Sum of RGB (Red+Green+Blue) = 241+127+218=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FDA is #0E8025. Grayscale: #ABABAB. Windows color (decimal): -950310 or 14319601. OLE color: 14319601.

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

Color convert

RGB 241 127 218 -
CMYK 0 0.47 0.10 0.05
HSL 312.11º 0.8% 0.72% -
HSV(B) 312.11º 0.47% 0.95% -
XYZ 56.52 38.94 70.87 -
YUV 171.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 241 127 218 0 0.47 0.10 0.05 312.11 0.8 0.72
Hex F1 7F DA 0 2F A 5 138 50 48
Octal 361 177 332 0 57 12 5 470 120 110
Binary 11110001 1111111 11011010 0 101111 1010 101 100111000 1010000 1001000

Color Harmonies of #F17FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FDA

Black with #F17FDA

Text Example


Text Example

White with #F17FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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