Html Css Color HEX #F289DF Pale Magenta

📋 copy color: '#F289DF'

red 242 ◦ green 137 ◦ blue 223

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

Shades of Pale Magenta #F289DF

Tints of Pale Magenta #F289DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 40.2%
G = 22.76%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F289DF (or 0xF289DF) is known color: Pale Magenta. HEX triplet: F2, 89 and DF. RGB value is (242,137,223). Sum of RGB (Red+Green+Blue) = 242+137+223=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 137 (53.91% from 255 or 22.76% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F289DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289DF is #0D7620. Grayscale: #B1B1B1. Windows color (decimal): -882209 or 14649842. OLE color: 14649842.

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

Color convert

RGB 242 137 223 -
CMYK 0 0.43 0.08 0.05
HSL 310.86º 0.8% 0.74% -
HSV(B) 310.86º 0.43% 0.95% -
XYZ 58.88 42.1 74.83 -
YUV 178.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 242 137 223 0 0.43 0.08 0.05 310.86 0.8 0.74
Hex F2 89 DF 0 2B 8 5 137 50 4A
Octal 362 211 337 0 53 10 5 467 120 112
Binary 11110010 10001001 11011111 0 101011 1000 101 100110111 1010000 1001010

Color Harmonies of #F289DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289DF

Black with #F289DF

Text Example


Text Example

White with #F289DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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