Html Css Color HEX #F289DD Pale Magenta

📋 copy color: '#F289DD'

red 242 ◦ green 137 ◦ blue 221

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

Shades of Pale Magenta #F289DD

Tints of Pale Magenta #F289DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 40.33%
G = 22.83%
B = 36.83%

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

#F289DD (or 0xF289DD) is known color: Pale Magenta. HEX triplet: F2, 89 and DD. RGB value is (242,137,221). Sum of RGB (Red+Green+Blue) = 242+137+221=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F289DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289DD is #0D7622. Grayscale: #B1B1B1. Windows color (decimal): -882211 or 14518770. OLE color: 14518770.

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

Color convert

RGB 242 137 221 -
CMYK 0 0.43 0.09 0.05
HSL 312º 0.8% 0.74% -
HSV(B) 312º 0.43% 0.95% -
XYZ 58.61 41.99 73.42 -
YUV 177.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 242 137 221 0 0.43 0.09 0.05 312 0.8 0.74
Hex F2 89 DD 0 2B 9 5 138 50 4A
Octal 362 211 335 0 53 11 5 470 120 112
Binary 11110010 10001001 11011101 0 101011 1001 101 100111000 1010000 1001010

Color Harmonies of #F289DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289DD

Black with #F289DD

Text Example


Text Example

White with #F289DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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