Html Css Color HEX #F389DF Pale Magenta

📋 copy color: '#F389DF'

red 243 ◦ green 137 ◦ blue 223

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

Shades of Pale Magenta #F389DF

Tints of Pale Magenta #F389DF

RGB

 RED value IS 243 (95.31% from 255) = 40.3%

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

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

R = 40.3%
G = 22.72%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F389DF (or 0xF389DF) is known color: Pale Magenta. HEX triplet: F3, 89 and DF. RGB value is (243,137,223). Sum of RGB (Red+Green+Blue) = 243+137+223=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 137 (53.91% from 255 or 22.72% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F389DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389DF is #0C7620. Grayscale: #B2B2B2. Windows color (decimal): -816673 or 14649843. OLE color: 14649843.

HSL color Cylindrical-coordinate representation of color #F389DF: hue angle of 311.32º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389DF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 137 223 -
CMYK 0 0.44 0.08 0.05
HSL 311.32º 0.82% 0.75% -
HSV(B) 311.32º 0.44% 0.95% -
XYZ 59.23 42.27 74.85 -
YUV 178.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 243 137 223 0 0.44 0.08 0.05 311.32 0.82 0.75
Hex F3 89 DF 0 2C 8 5 137 52 4B
Octal 363 211 337 0 54 10 5 467 122 113
Binary 11110011 10001001 11011111 0 101100 1000 101 100110111 1010010 1001011

Color Harmonies of #F389DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F389DF

Black with #F389DF

Text Example


Text Example

White with #F389DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F389DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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