Html Css Color HEX #F28DDD Pale Magenta

📋 copy color: '#F28DDD'

red 242 ◦ green 141 ◦ blue 221

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

Shades of Pale Magenta #F28DDD

Tints of Pale Magenta #F28DDD

RGB

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

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

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

R = 40.07%
G = 23.34%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F28DDD (or 0xF28DDD) is known color: Pale Magenta. HEX triplet: F2, 8D and DD. RGB value is (242,141,221). Sum of RGB (Red+Green+Blue) = 242+141+221=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DDD is #0D7222. Grayscale: #B4B4B4. Windows color (decimal): -881187 or 14519794. OLE color: 14519794.

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

Color convert

RGB 242 141 221 -
CMYK 0 0.42 0.09 0.05
HSL 312.48º 0.8% 0.75% -
HSV(B) 312.48º 0.42% 0.95% -
XYZ 59.19 43.15 73.62 -
YUV 180.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 242 141 221 0 0.42 0.09 0.05 312.48 0.8 0.75
Hex F2 8D DD 0 2A 9 5 138 50 4B
Octal 362 215 335 0 52 11 5 470 120 113
Binary 11110010 10001101 11011101 0 101010 1001 101 100111000 1010000 1001011

Color Harmonies of #F28DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DDD

Black with #F28DDD

Text Example


Text Example

White with #F28DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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