Html Css Color HEX #F28DDE Pale Magenta

📋 copy color: '#F28DDE'

red 242 ◦ green 141 ◦ blue 222

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

Shades of Pale Magenta #F28DDE

Tints of Pale Magenta #F28DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.69%

R = 40%
G = 23.31%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F28DDE (or 0xF28DDE) is known color: Pale Magenta. HEX triplet: F2, 8D and DE. RGB value is (242,141,222). Sum of RGB (Red+Green+Blue) = 242+141+222=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DDE is #0D7221. Grayscale: #B4B4B4. Windows color (decimal): -881186 or 14585330. OLE color: 14585330.

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

Color convert

RGB 242 141 222 -
CMYK 0 0.42 0.08 0.05
HSL 311.88º 0.8% 0.75% -
HSV(B) 311.88º 0.42% 0.95% -
XYZ 59.33 43.2 74.32 -
YUV 180.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 242 141 222 0 0.42 0.08 0.05 311.88 0.8 0.75
Hex F2 8D DE 0 2A 8 5 138 50 4B
Octal 362 215 336 0 52 10 5 470 120 113
Binary 11110010 10001101 11011110 0 101010 1000 101 100111000 1010000 1001011

Color Harmonies of #F28DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DDE

Black with #F28DDE

Text Example


Text Example

White with #F28DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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