Html Css Color HEX #F284DD Pale Magenta

📋 copy color: '#F284DD'

red 242 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #F284DD

Tints of Pale Magenta #F284DD

RGB

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

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

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

R = 40.67%
G = 22.18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F284DD (or 0xF284DD) is known color: Pale Magenta. HEX triplet: F2, 84 and DD. RGB value is (242,132,221). Sum of RGB (Red+Green+Blue) = 242+132+221=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F284DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284DD is #0D7B22. Grayscale: #AEAEAE. Windows color (decimal): -883491 or 14517490. OLE color: 14517490.

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

Color convert

RGB 242 132 221 -
CMYK 0 0.45 0.09 0.05
HSL 311.45º 0.81% 0.73% -
HSV(B) 311.45º 0.45% 0.95% -
XYZ 57.92 40.6 73.19 -
YUV 175.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 242 132 221 0 0.45 0.09 0.05 311.45 0.81 0.73
Hex F2 84 DD 0 2D 9 5 137 51 49
Octal 362 204 335 0 55 11 5 467 121 111
Binary 11110010 10000100 11011101 0 101101 1001 101 100110111 1010001 1001001

Color Harmonies of #F284DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284DD

Black with #F284DD

Text Example


Text Example

White with #F284DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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