Html Css Color HEX #F28ED8 Pale Magenta

📋 copy color: '#F28ED8'

red 242 ◦ green 142 ◦ blue 216

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

Shades of Pale Magenta #F28ED8

Tints of Pale Magenta #F28ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.67%

 BLUE value IS 216 (84.77% from 255) = 36%

R = 40.33%
G = 23.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F28ED8 (or 0xF28ED8) is known color: Pale Magenta. HEX triplet: F2, 8E and D8. RGB value is (242,142,216). Sum of RGB (Red+Green+Blue) = 242+142+216=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ED8 is #0D7127. Grayscale: #B4B4B4. Windows color (decimal): -880936 or 14192370. OLE color: 14192370.

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

Color convert

RGB 242 142 216 -
CMYK 0 0.41 0.11 0.05
HSL 315.6º 0.79% 0.75% -
HSV(B) 315.6º 0.41% 0.95% -
XYZ 58.69 43.18 70.21 -
YUV 180.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 242 142 216 0 0.41 0.11 0.05 315.6 0.79 0.75
Hex F2 8E D8 0 29 B 5 13C 4F 4B
Octal 362 216 330 0 51 13 5 474 117 113
Binary 11110010 10001110 11011000 0 101001 1011 101 100111100 1001111 1001011

Color Harmonies of #F28ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ED8

Black with #F28ED8

Text Example


Text Example

White with #F28ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ED8; }

 p { color: rgb(242,142,216); }

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

background-color css

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

 a { background-color: rgb(242,142,216); }

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

border-color css

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

 span { border-color: rgb(242,142,216); }

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