Html Css Color HEX #F28BDB Pale Magenta

📋 copy color: '#F28BDB'

red 242 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #F28BDB

Tints of Pale Magenta #F28BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.17%

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

R = 40.33%
G = 23.17%
B = 36.5%

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

#F28BDB (or 0xF28BDB) is known color: Pale Magenta. HEX triplet: F2, 8B and DB. RGB value is (242,139,219). Sum of RGB (Red+Green+Blue) = 242+139+219=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDB is #0D7424. Grayscale: #B2B2B2. Windows color (decimal): -881701 or 14388210. OLE color: 14388210.

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

Color convert

RGB 242 139 219 -
CMYK 0 0.43 0.10 0.05
HSL 313.4º 0.8% 0.75% -
HSV(B) 313.4º 0.43% 0.95% -
XYZ 58.64 42.46 72.12 -
YUV 178.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 242 139 219 0 0.43 0.10 0.05 313.4 0.8 0.75
Hex F2 8B DB 0 2B A 5 139 50 4B
Octal 362 213 333 0 53 12 5 471 120 113
Binary 11110010 10001011 11011011 0 101011 1010 101 100111001 1010000 1001011

Color Harmonies of #F28BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BDB

Black with #F28BDB

Text Example


Text Example

White with #F28BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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