Html Css Color HEX #F28FDB Pale Magenta

📋 copy color: '#F28FDB'

red 242 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #F28FDB

Tints of Pale Magenta #F28FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.68%

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

R = 40.07%
G = 23.68%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F28FDB (or 0xF28FDB) is known color: Pale Magenta. HEX triplet: F2, 8F and DB. RGB value is (242,143,219). Sum of RGB (Red+Green+Blue) = 242+143+219=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28FDB is #0D7024. Grayscale: #B5B5B5. Windows color (decimal): -880677 or 14389234. OLE color: 14389234.

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

Color convert

RGB 242 143 219 -
CMYK 0 0.41 0.10 0.05
HSL 313.94º 0.79% 0.75% -
HSV(B) 313.94º 0.41% 0.95% -
XYZ 59.23 43.64 72.32 -
YUV 181.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 242 143 219 0 0.41 0.10 0.05 313.94 0.79 0.75
Hex F2 8F DB 0 29 A 5 13A 4F 4B
Octal 362 217 333 0 51 12 5 472 117 113
Binary 11110010 10001111 11011011 0 101001 1010 101 100111010 1001111 1001011

Color Harmonies of #F28FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FDB

Black with #F28FDB

Text Example


Text Example

White with #F28FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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