Html Css Color HEX #F28BDE Pale Magenta

📋 copy color: '#F28BDE'

red 242 ◦ green 139 ◦ blue 222

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

Shades of Pale Magenta #F28BDE

Tints of Pale Magenta #F28BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 40.13%
G = 23.05%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F28BDE (or 0xF28BDE) is known color: Pale Magenta. HEX triplet: F2, 8B and DE. RGB value is (242,139,222). Sum of RGB (Red+Green+Blue) = 242+139+222=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28BDE is #0D7421. Grayscale: #B3B3B3. Windows color (decimal): -881698 or 14584818. OLE color: 14584818.

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

Color convert

RGB 242 139 222 -
CMYK 0 0.43 0.08 0.05
HSL 311.65º 0.8% 0.75% -
HSV(B) 311.65º 0.43% 0.95% -
XYZ 59.04 42.62 74.22 -
YUV 179.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 242 139 222 0 0.43 0.08 0.05 311.65 0.8 0.75
Hex F2 8B DE 0 2B 8 5 138 50 4B
Octal 362 213 336 0 53 10 5 470 120 113
Binary 11110010 10001011 11011110 0 101011 1000 101 100111000 1010000 1001011

Color Harmonies of #F28BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BDE

Black with #F28BDE

Text Example


Text Example

White with #F28BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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