Html Css Color HEX #F284E5 Pale Magenta

📋 copy color: '#F284E5'

red 242 ◦ green 132 ◦ blue 229

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

Shades of Pale Magenta #F284E5

Tints of Pale Magenta #F284E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 40.13%
G = 21.89%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F284E5 (or 0xF284E5) is known color: Pale Magenta. HEX triplet: F2, 84 and E5. RGB value is (242,132,229). Sum of RGB (Red+Green+Blue) = 242+132+229=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F284E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284E5 is #0D7B1A. Grayscale: #AFAFAF. Windows color (decimal): -883483 or 15041778. OLE color: 15041778.

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

Color convert

RGB 242 132 229 -
CMYK 0 0.45 0.05 0.05
HSL 307.09º 0.81% 0.73% -
HSV(B) 307.09º 0.45% 0.95% -
XYZ 59.01 41.04 78.94 -
YUV 175.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 242 132 229 0 0.45 0.05 0.05 307.09 0.81 0.73
Hex F2 84 E5 0 2D 5 5 133 51 49
Octal 362 204 345 0 55 5 5 463 121 111
Binary 11110010 10000100 11100101 0 101101 101 101 100110011 1010001 1001001

Color Harmonies of #F284E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284E5

Black with #F284E5

Text Example


Text Example

White with #F284E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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