Html Css Color HEX #F289DC Pale Magenta

📋 copy color: '#F289DC'

red 242 ◦ green 137 ◦ blue 220

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

Shades of Pale Magenta #F289DC

Tints of Pale Magenta #F289DC

RGB

 RED value IS 242 (94.92% from 255) = 40.4%

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

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

R = 40.4%
G = 22.87%
B = 36.73%

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

#F289DC (or 0xF289DC) is known color: Pale Magenta. HEX triplet: F2, 89 and DC. RGB value is (242,137,220). Sum of RGB (Red+Green+Blue) = 242+137+220=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F289DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289DC is #0D7623. Grayscale: #B1B1B1. Windows color (decimal): -882212 or 14453234. OLE color: 14453234.

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

Color convert

RGB 242 137 220 -
CMYK 0 0.43 0.09 0.05
HSL 312.57º 0.8% 0.74% -
HSV(B) 312.57º 0.43% 0.95% -
XYZ 58.48 41.94 72.72 -
YUV 177.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 242 137 220 0 0.43 0.09 0.05 312.57 0.8 0.74
Hex F2 89 DC 0 2B 9 5 139 50 4A
Octal 362 211 334 0 53 11 5 471 120 112
Binary 11110010 10001001 11011100 0 101011 1001 101 100111001 1010000 1001010

Color Harmonies of #F289DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289DC

Black with #F289DC

Text Example


Text Example

White with #F289DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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