Html Css Color HEX #F189DC Pale Magenta

📋 copy color: '#F189DC'

red 241 ◦ green 137 ◦ blue 220

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

Shades of Pale Magenta #F189DC

Tints of Pale Magenta #F189DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.91%

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

R = 40.3%
G = 22.91%
B = 36.79%

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

#F189DC (or 0xF189DC) is known color: Pale Magenta. HEX triplet: F1, 89 and DC. RGB value is (241,137,220). Sum of RGB (Red+Green+Blue) = 241+137+220=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DC is #0E7623. Grayscale: #B1B1B1. Windows color (decimal): -947748 or 14453233. OLE color: 14453233.

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

Color convert

RGB 241 137 220 -
CMYK 0 0.43 0.09 0.05
HSL 312.12º 0.79% 0.74% -
HSV(B) 312.12º 0.43% 0.95% -
XYZ 58.14 41.76 72.71 -
YUV 177.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 241 137 220 0 0.43 0.09 0.05 312.12 0.79 0.74
Hex F1 89 DC 0 2B 9 5 138 4F 4A
Octal 361 211 334 0 53 11 5 470 117 112
Binary 11110001 10001001 11011100 0 101011 1001 101 100111000 1001111 1001010

Color Harmonies of #F189DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F189DC

Black with #F189DC

Text Example


Text Example

White with #F189DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F189DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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