Html Css Color HEX #F28ADA Pale Magenta

📋 copy color: '#F28ADA'

red 242 ◦ green 138 ◦ blue 218

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

Shades of Pale Magenta #F28ADA

Tints of Pale Magenta #F28ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 40.47%
G = 23.08%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F28ADA (or 0xF28ADA) is known color: Pale Magenta. HEX triplet: F2, 8A and DA. RGB value is (242,138,218). Sum of RGB (Red+Green+Blue) = 242+138+218=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ADA is #0D7525. Grayscale: #B1B1B1. Windows color (decimal): -881958 or 14322418. OLE color: 14322418.

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

Color convert

RGB 242 138 218 -
CMYK 0 0.43 0.10 0.05
HSL 313.85º 0.8% 0.75% -
HSV(B) 313.85º 0.43% 0.95% -
XYZ 58.36 42.12 71.38 -
YUV 178.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 242 138 218 0 0.43 0.10 0.05 313.85 0.8 0.75
Hex F2 8A DA 0 2B A 5 13A 50 4B
Octal 362 212 332 0 53 12 5 472 120 113
Binary 11110010 10001010 11011010 0 101011 1010 101 100111010 1010000 1001011

Color Harmonies of #F28ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ADA

Black with #F28ADA

Text Example


Text Example

White with #F28ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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