Html Css Color HEX #F081DC Pale Magenta

📋 copy color: '#F081DC'

red 240 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #F081DC

Tints of Pale Magenta #F081DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.9%

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 40.75%
G = 21.9%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F081DC (or 0xF081DC) is known color: Pale Magenta. HEX triplet: F0, 81 and DC. RGB value is (240,129,220). Sum of RGB (Red+Green+Blue) = 240+129+220=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F081DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081DC is #0F7E23. Grayscale: #ACACAC. Windows color (decimal): -1015332 or 14451184. OLE color: 14451184.

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

Color convert

RGB 240 129 220 -
CMYK 0 0.46 0.08 0.06
HSL 310.81º 0.79% 0.72% -
HSV(B) 310.81º 0.46% 0.94% -
XYZ 56.7 39.39 72.33 -
YUV 172.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 240 129 220 0 0.46 0.08 0.06 310.81 0.79 0.72
Hex F0 81 DC 0 2E 8 6 137 4F 48
Octal 360 201 334 0 56 10 6 467 117 110
Binary 11110000 10000001 11011100 0 101110 1000 110 100110111 1001111 1001000

Color Harmonies of #F081DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081DC

Black with #F081DC

Text Example


Text Example

White with #F081DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081DC; }

 p { color: rgb(240,129,220); }

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

background-color css

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

 a { background-color: rgb(240,129,220); }

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

border-color css

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

 span { border-color: rgb(240,129,220); }

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