Html Css Color HEX #F18DD7 Pale Magenta

📋 copy color: '#F18DD7'

red 241 ◦ green 141 ◦ blue 215

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

Shades of Pale Magenta #F18DD7

Tints of Pale Magenta #F18DD7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.62%

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 40.37%
G = 23.62%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F18DD7 (or 0xF18DD7) is known color: Pale Magenta. HEX triplet: F1, 8D and D7. RGB value is (241,141,215). Sum of RGB (Red+Green+Blue) = 241+141+215=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DD7 is #0E7228. Grayscale: #B3B3B3. Windows color (decimal): -946729 or 14126577. OLE color: 14126577.

HSL color Cylindrical-coordinate representation of color #F18DD7: hue angle of 315.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DD7 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 215 -
CMYK 0 0.41 0.11 0.05
HSL 315.6º 0.78% 0.75% -
HSV(B) 315.6º 0.41% 0.95% -
XYZ 58.07 42.66 69.46 -
YUV 179.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 241 141 215 0 0.41 0.11 0.05 315.6 0.78 0.75
Hex F1 8D D7 0 29 B 5 13C 4E 4B
Octal 361 215 327 0 51 13 5 474 116 113
Binary 11110001 10001101 11010111 0 101001 1011 101 100111100 1001110 1001011

Color Harmonies of #F18DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DD7

Black with #F18DD7

Text Example


Text Example

White with #F18DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DD7; }

 p { color: rgb(241,141,215); }

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

background-color css

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

 a { background-color: rgb(241,141,215); }

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

border-color css

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

 span { border-color: rgb(241,141,215); }

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