Html Css Color HEX #F28DE6 Pale Magenta

📋 copy color: '#F28DE6'

red 242 ◦ green 141 ◦ blue 230

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

Shades of Pale Magenta #F28DE6

Tints of Pale Magenta #F28DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 39.48%
G = 23%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F28DE6 (or 0xF28DE6) is known color: Pale Magenta. HEX triplet: F2, 8D and E6. RGB value is (242,141,230). Sum of RGB (Red+Green+Blue) = 242+141+230=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DE6 is #0D7219. Grayscale: #B5B5B5. Windows color (decimal): -881178 or 15109618. OLE color: 15109618.

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

Color convert

RGB 242 141 230 -
CMYK 0 0.42 0.05 0.05
HSL 307.13º 0.8% 0.75% -
HSV(B) 307.13º 0.42% 0.95% -
XYZ 60.43 43.64 80.1 -
YUV 181.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 242 141 230 0 0.42 0.05 0.05 307.13 0.8 0.75
Hex F2 8D E6 0 2A 5 5 133 50 4B
Octal 362 215 346 0 52 5 5 463 120 113
Binary 11110010 10001101 11100110 0 101010 101 101 100110011 1010000 1001011

Color Harmonies of #F28DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DE6

Black with #F28DE6

Text Example


Text Example

White with #F28DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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