Html Css Color HEX #F089DA Pale Magenta

📋 copy color: '#F089DA'

red 240 ◦ green 137 ◦ blue 218

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

Shades of Pale Magenta #F089DA

Tints of Pale Magenta #F089DA

RGB

 RED value IS 240 (94.14% from 255) = 40.34%

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

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

R = 40.34%
G = 23.03%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F089DA (or 0xF089DA) is known color: Pale Magenta. HEX triplet: F0, 89 and DA. RGB value is (240,137,218). Sum of RGB (Red+Green+Blue) = 240+137+218=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F089DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089DA is #0F7625. Grayscale: #B0B0B0. Windows color (decimal): -1013286 or 14322160. OLE color: 14322160.

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

Color convert

RGB 240 137 218 -
CMYK 0 0.43 0.09 0.06
HSL 312.82º 0.77% 0.74% -
HSV(B) 312.82º 0.43% 0.94% -
XYZ 57.54 41.48 71.3 -
YUV 177.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 240 137 218 0 0.43 0.09 0.06 312.82 0.77 0.74
Hex F0 89 DA 0 2B 9 6 139 4D 4A
Octal 360 211 332 0 53 11 6 471 115 112
Binary 11110000 10001001 11011010 0 101011 1001 110 100111001 1001101 1001010

Color Harmonies of #F089DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F089DA

Black with #F089DA

Text Example


Text Example

White with #F089DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F089DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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