Html Css Color HEX #F28DD7 Pale Magenta

📋 copy color: '#F28DD7'

red 242 ◦ green 141 ◦ blue 215

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

Shades of Pale Magenta #F28DD7

Tints of Pale Magenta #F28DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 40.47%
G = 23.58%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F28DD7 (or 0xF28DD7) is known color: Pale Magenta. HEX triplet: F2, 8D and D7. RGB value is (242,141,215). Sum of RGB (Red+Green+Blue) = 242+141+215=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DD7 is #0D7228. Grayscale: #B3B3B3. Windows color (decimal): -881193 or 14126578. OLE color: 14126578.

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

Color convert

RGB 242 141 215 -
CMYK 0 0.42 0.11 0.05
HSL 316.04º 0.8% 0.75% -
HSV(B) 316.04º 0.42% 0.95% -
XYZ 58.41 42.83 69.48 -
YUV 179.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 242 141 215 0 0.42 0.11 0.05 316.04 0.8 0.75
Hex F2 8D D7 0 2A B 5 13C 50 4B
Octal 362 215 327 0 52 13 5 474 120 113
Binary 11110010 10001101 11010111 0 101010 1011 101 100111100 1010000 1001011

Color Harmonies of #F28DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DD7

Black with #F28DD7

Text Example


Text Example

White with #F28DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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