Html Css Color HEX #F28BDD Pale Magenta

📋 copy color: '#F28BDD'

red 242 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #F28BDD

Tints of Pale Magenta #F28BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 40.2%
G = 23.09%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F28BDD (or 0xF28BDD) is known color: Pale Magenta. HEX triplet: F2, 8B and DD. RGB value is (242,139,221). Sum of RGB (Red+Green+Blue) = 242+139+221=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDD is #0D7422. Grayscale: #B2B2B2. Windows color (decimal): -881699 or 14519282. OLE color: 14519282.

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

Color convert

RGB 242 139 221 -
CMYK 0 0.43 0.09 0.05
HSL 312.23º 0.8% 0.75% -
HSV(B) 312.23º 0.43% 0.95% -
XYZ 58.9 42.56 73.52 -
YUV 179.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 242 139 221 0 0.43 0.09 0.05 312.23 0.8 0.75
Hex F2 8B DD 0 2B 9 5 138 50 4B
Octal 362 213 335 0 53 11 5 470 120 113
Binary 11110010 10001011 11011101 0 101011 1001 101 100111000 1010000 1001011

Color Harmonies of #F28BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BDD

Black with #F28BDD

Text Example


Text Example

White with #F28BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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