Html Css Color HEX #F08BDD Pale Magenta

📋 copy color: '#F08BDD'

red 240 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #F08BDD

Tints of Pale Magenta #F08BDD

RGB

 RED value IS 240 (94.14% from 255) = 40%

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

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

R = 40%
G = 23.17%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08BDD (or 0xF08BDD) is known color: Pale Magenta. HEX triplet: F0, 8B and DD. RGB value is (240,139,221). Sum of RGB (Red+Green+Blue) = 240+139+221=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BDD is #0F7422. Grayscale: #B2B2B2. Windows color (decimal): -1012771 or 14519280. OLE color: 14519280.

HSL color Cylindrical-coordinate representation of color #F08BDD: hue angle of 311.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BDD is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 221 -
CMYK 0 0.42 0.08 0.06
HSL 311.29º 0.77% 0.74% -
HSV(B) 311.29º 0.42% 0.94% -
XYZ 58.22 42.21 73.49 -
YUV 178.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 240 139 221 0 0.42 0.08 0.06 311.29 0.77 0.74
Hex F0 8B DD 0 2A 8 6 137 4D 4A
Octal 360 213 335 0 52 10 6 467 115 112
Binary 11110000 10001011 11011101 0 101010 1000 110 100110111 1001101 1001010

Color Harmonies of #F08BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08BDD

Black with #F08BDD

Text Example


Text Example

White with #F08BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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