Html Css Color HEX #F18BDC Pale Magenta

📋 copy color: '#F18BDC'

red 241 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #F18BDC

Tints of Pale Magenta #F18BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.17%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 40.17%
G = 23.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F18BDC (or 0xF18BDC) is known color: Pale Magenta. HEX triplet: F1, 8B and DC. RGB value is (241,139,220). Sum of RGB (Red+Green+Blue) = 241+139+220=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BDC is #0E7423. Grayscale: #B2B2B2. Windows color (decimal): -947236 or 14453745. OLE color: 14453745.

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

Color convert

RGB 241 139 220 -
CMYK 0 0.42 0.09 0.05
HSL 312.35º 0.78% 0.75% -
HSV(B) 312.35º 0.42% 0.95% -
XYZ 58.43 42.33 72.8 -
YUV 178.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 241 139 220 0 0.42 0.09 0.05 312.35 0.78 0.75
Hex F1 8B DC 0 2A 9 5 138 4E 4B
Octal 361 213 334 0 52 11 5 470 116 113
Binary 11110001 10001011 11011100 0 101010 1001 101 100111000 1001110 1001011

Color Harmonies of #F18BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BDC

Black with #F18BDC

Text Example


Text Example

White with #F18BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BDC; }

 p { color: rgb(241,139,220); }

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

background-color css

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

 a { background-color: rgb(241,139,220); }

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

border-color css

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

 span { border-color: rgb(241,139,220); }

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