Html Css Color HEX #F28AD5 Pale Magenta

📋 copy color: '#F28AD5'

red 242 ◦ green 138 ◦ blue 213

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

Shades of Pale Magenta #F28AD5

Tints of Pale Magenta #F28AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 40.81%
G = 23.27%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F28AD5 (or 0xF28AD5) is known color: Pale Magenta. HEX triplet: F2, 8A and D5. RGB value is (242,138,213). Sum of RGB (Red+Green+Blue) = 242+138+213=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AD5 is #0D752A. Grayscale: #B1B1B1. Windows color (decimal): -881963 or 13994738. OLE color: 13994738.

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

Color convert

RGB 242 138 213 -
CMYK 0 0.43 0.12 0.05
HSL 316.73º 0.8% 0.75% -
HSV(B) 316.73º 0.43% 0.95% -
XYZ 57.72 41.86 67.99 -
YUV 177.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 242 138 213 0 0.43 0.12 0.05 316.73 0.8 0.75
Hex F2 8A D5 0 2B C 5 13D 50 4B
Octal 362 212 325 0 53 14 5 475 120 113
Binary 11110010 10001010 11010101 0 101011 1100 101 100111101 1010000 1001011

Color Harmonies of #F28AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AD5

Black with #F28AD5

Text Example


Text Example

White with #F28AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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