Html Css Color HEX #F18FDE Pale Magenta

📋 copy color: '#F18FDE'

red 241 ◦ green 143 ◦ blue 222

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

Shades of Pale Magenta #F18FDE

Tints of Pale Magenta #F18FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.6%

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 39.77%
G = 23.6%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F18FDE (or 0xF18FDE) is known color: Pale Magenta. HEX triplet: F1, 8F and DE. RGB value is (241,143,222). Sum of RGB (Red+Green+Blue) = 241+143+222=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FDE is #0E7021. Grayscale: #B5B5B5. Windows color (decimal): -946210 or 14585841. OLE color: 14585841.

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

Color convert

RGB 241 143 222 -
CMYK 0 0.41 0.08 0.05
HSL 311.63º 0.78% 0.75% -
HSV(B) 311.63º 0.41% 0.95% -
XYZ 59.28 43.62 74.4 -
YUV 181.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 241 143 222 0 0.41 0.08 0.05 311.63 0.78 0.75
Hex F1 8F DE 0 29 8 5 138 4E 4B
Octal 361 217 336 0 51 10 5 470 116 113
Binary 11110001 10001111 11011110 0 101001 1000 101 100111000 1001110 1001011

Color Harmonies of #F18FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18FDE

Black with #F18FDE

Text Example


Text Example

White with #F18FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18FDE; }

 p { color: rgb(241,143,222); }

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

background-color css

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

 a { background-color: rgb(241,143,222); }

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

border-color css

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

 span { border-color: rgb(241,143,222); }

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