Html Css Color HEX #F28ADE Pale Magenta

📋 copy color: '#F28ADE'

red 242 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #F28ADE

Tints of Pale Magenta #F28ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.92%

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

R = 40.2%
G = 22.92%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F28ADE (or 0xF28ADE) is known color: Pale Magenta. HEX triplet: F2, 8A and DE. RGB value is (242,138,222). Sum of RGB (Red+Green+Blue) = 242+138+222=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADE is #0D7521. Grayscale: #B2B2B2. Windows color (decimal): -881954 or 14584562. OLE color: 14584562.

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

Color convert

RGB 242 138 222 -
CMYK 0 0.43 0.08 0.05
HSL 311.54º 0.8% 0.75% -
HSV(B) 311.54º 0.43% 0.95% -
XYZ 58.89 42.33 74.17 -
YUV 178.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 242 138 222 0 0.43 0.08 0.05 311.54 0.8 0.75
Hex F2 8A DE 0 2B 8 5 138 50 4B
Octal 362 212 336 0 53 10 5 470 120 113
Binary 11110010 10001010 11011110 0 101011 1000 101 100111000 1010000 1001011

Color Harmonies of #F28ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ADE

Black with #F28ADE

Text Example


Text Example

White with #F28ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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