Html Css Color HEX #F28DDB Pale Magenta

📋 copy color: '#F28DDB'

red 242 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #F28DDB

Tints of Pale Magenta #F28DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 40.2%
G = 23.42%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F28DDB (or 0xF28DDB) is known color: Pale Magenta. HEX triplet: F2, 8D and DB. RGB value is (242,141,219). Sum of RGB (Red+Green+Blue) = 242+141+219=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DDB is #0D7224. Grayscale: #B3B3B3. Windows color (decimal): -881189 or 14388722. OLE color: 14388722.

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

Color convert

RGB 242 141 219 -
CMYK 0 0.42 0.10 0.05
HSL 313.66º 0.8% 0.75% -
HSV(B) 313.66º 0.42% 0.95% -
XYZ 58.93 43.04 72.22 -
YUV 180.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 242 141 219 0 0.42 0.10 0.05 313.66 0.8 0.75
Hex F2 8D DB 0 2A A 5 13A 50 4B
Octal 362 215 333 0 52 12 5 472 120 113
Binary 11110010 10001101 11011011 0 101010 1010 101 100111010 1010000 1001011

Color Harmonies of #F28DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28DDB

Black with #F28DDB

Text Example


Text Example

White with #F28DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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