Html Css Color HEX #F28BDA Pale Magenta

📋 copy color: '#F28BDA'

red 242 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #F28BDA

Tints of Pale Magenta #F28BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 40.4%
G = 23.21%
B = 36.39%

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

#F28BDA (or 0xF28BDA) is known color: Pale Magenta. HEX triplet: F2, 8B and DA. RGB value is (242,139,218). Sum of RGB (Red+Green+Blue) = 242+139+218=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDA is #0D7425. Grayscale: #B2B2B2. Windows color (decimal): -881702 or 14322674. OLE color: 14322674.

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

Color convert

RGB 242 139 218 -
CMYK 0 0.43 0.10 0.05
HSL 313.98º 0.8% 0.75% -
HSV(B) 313.98º 0.43% 0.95% -
XYZ 58.51 42.4 71.43 -
YUV 178.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 242 139 218 0 0.43 0.10 0.05 313.98 0.8 0.75
Hex F2 8B DA 0 2B A 5 13A 50 4B
Octal 362 213 332 0 53 12 5 472 120 113
Binary 11110010 10001011 11011010 0 101011 1010 101 100111010 1010000 1001011

Color Harmonies of #F28BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BDA

Black with #F28BDA

Text Example


Text Example

White with #F28BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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