Html Css Color HEX #F189DA Pale Magenta

📋 copy color: '#F189DA'

red 241 ◦ green 137 ◦ blue 218

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

Shades of Pale Magenta #F189DA

Tints of Pale Magenta #F189DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 40.44%
G = 22.99%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F189DA (or 0xF189DA) is known color: Pale Magenta. HEX triplet: F1, 89 and DA. RGB value is (241,137,218). Sum of RGB (Red+Green+Blue) = 241+137+218=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DA is #0E7625. Grayscale: #B1B1B1. Windows color (decimal): -947750 or 14322161. OLE color: 14322161.

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

Color convert

RGB 241 137 218 -
CMYK 0 0.43 0.10 0.05
HSL 313.27º 0.79% 0.74% -
HSV(B) 313.27º 0.43% 0.95% -
XYZ 57.88 41.65 71.32 -
YUV 177.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 241 137 218 0 0.43 0.10 0.05 313.27 0.79 0.74
Hex F1 89 DA 0 2B A 5 139 4F 4A
Octal 361 211 332 0 53 12 5 471 117 112
Binary 11110001 10001001 11011010 0 101011 1010 101 100111001 1001111 1001010

Color Harmonies of #F189DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F189DA

Black with #F189DA

Text Example


Text Example

White with #F189DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F189DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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