Html Css Color HEX #F28DE3 Pale Magenta

📋 copy color: '#F28DE3'

red 242 ◦ green 141 ◦ blue 227

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

Shades of Pale Magenta #F28DE3

Tints of Pale Magenta #F28DE3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.11%

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 39.67%
G = 23.11%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F28DE3 (or 0xF28DE3) is known color: Pale Magenta. HEX triplet: F2, 8D and E3. RGB value is (242,141,227). Sum of RGB (Red+Green+Blue) = 242+141+227=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DE3 is #0D721C. Grayscale: #B4B4B4. Windows color (decimal): -881181 or 14913010. OLE color: 14913010.

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

Color convert

RGB 242 141 227 -
CMYK 0 0.42 0.06 0.05
HSL 308.91º 0.8% 0.75% -
HSV(B) 308.91º 0.42% 0.95% -
XYZ 60.01 43.47 77.9 -
YUV 181 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 242 141 227 0 0.42 0.06 0.05 308.91 0.8 0.75
Hex F2 8D E3 0 2A 6 5 135 50 4B
Octal 362 215 343 0 52 6 5 465 120 113
Binary 11110010 10001101 11100011 0 101010 110 101 100110101 1010000 1001011

Color Harmonies of #F28DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DE3

Black with #F28DE3

Text Example


Text Example

White with #F28DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DE3; }

 p { color: rgb(242,141,227); }

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

background-color css

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

 a { background-color: rgb(242,141,227); }

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

border-color css

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

 span { border-color: rgb(242,141,227); }

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