Html Css Color HEX #F284DF Pale Magenta

📋 copy color: '#F284DF'

red 242 ◦ green 132 ◦ blue 223

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

Shades of Pale Magenta #F284DF

Tints of Pale Magenta #F284DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.11%

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

R = 40.54%
G = 22.11%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F284DF (or 0xF284DF) is known color: Pale Magenta. HEX triplet: F2, 84 and DF. RGB value is (242,132,223). Sum of RGB (Red+Green+Blue) = 242+132+223=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F284DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284DF is #0D7B20. Grayscale: #AFAFAF. Windows color (decimal): -883489 or 14648562. OLE color: 14648562.

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

Color convert

RGB 242 132 223 -
CMYK 0 0.45 0.08 0.05
HSL 310.36º 0.81% 0.73% -
HSV(B) 310.36º 0.45% 0.95% -
XYZ 58.19 40.71 74.6 -
YUV 175.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 242 132 223 0 0.45 0.08 0.05 310.36 0.81 0.73
Hex F2 84 DF 0 2D 8 5 136 51 49
Octal 362 204 337 0 55 10 5 466 121 111
Binary 11110010 10000100 11011111 0 101101 1000 101 100110110 1010001 1001001

Color Harmonies of #F284DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284DF

Black with #F284DF

Text Example


Text Example

White with #F284DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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