Html Css Color HEX #F18ADB Pale Magenta

📋 copy color: '#F18ADB'

red 241 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #F18ADB

Tints of Pale Magenta #F18ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.08%

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 40.3%
G = 23.08%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F18ADB (or 0xF18ADB) is known color: Pale Magenta. HEX triplet: F1, 8A and DB. RGB value is (241,138,219). Sum of RGB (Red+Green+Blue) = 241+138+219=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADB is #0E7524. Grayscale: #B1B1B1. Windows color (decimal): -947493 or 14387953. OLE color: 14387953.

HSL color Cylindrical-coordinate representation of color #F18ADB: hue angle of 312.82º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ADB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 219 -
CMYK 0 0.43 0.09 0.05
HSL 312.82º 0.79% 0.74% -
HSV(B) 312.82º 0.43% 0.95% -
XYZ 58.15 41.99 72.06 -
YUV 178.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 241 138 219 0 0.43 0.09 0.05 312.82 0.79 0.74
Hex F1 8A DB 0 2B 9 5 139 4F 4A
Octal 361 212 333 0 53 11 5 471 117 112
Binary 11110001 10001010 11011011 0 101011 1001 101 100111001 1001111 1001010

Color Harmonies of #F18ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18ADB

Black with #F18ADB

Text Example


Text Example

White with #F18ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18ADB; }

 p { color: rgb(241,138,219); }

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

background-color css

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

 a { background-color: rgb(241,138,219); }

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

border-color css

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

 span { border-color: rgb(241,138,219); }

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