Html Css Color HEX #F28EDD Pale Magenta

📋 copy color: '#F28EDD'

red 242 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #F28EDD

Tints of Pale Magenta #F28EDD

RGB

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

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

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

R = 40%
G = 23.47%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F28EDD (or 0xF28EDD) is known color: Pale Magenta. HEX triplet: F2, 8E and DD. RGB value is (242,142,221). Sum of RGB (Red+Green+Blue) = 242+142+221=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EDD is #0D7122. Grayscale: #B4B4B4. Windows color (decimal): -880931 or 14520050. OLE color: 14520050.

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

Color convert

RGB 242 142 221 -
CMYK 0 0.41 0.09 0.05
HSL 312.6º 0.79% 0.75% -
HSV(B) 312.6º 0.41% 0.95% -
XYZ 59.34 43.44 73.66 -
YUV 180.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 242 142 221 0 0.41 0.09 0.05 312.6 0.79 0.75
Hex F2 8E DD 0 29 9 5 139 4F 4B
Octal 362 216 335 0 51 11 5 471 117 113
Binary 11110010 10001110 11011101 0 101001 1001 101 100111001 1001111 1001011

Color Harmonies of #F28EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28EDD

Black with #F28EDD

Text Example


Text Example

White with #F28EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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