Html Css Color HEX #F081DD Pale Magenta

📋 copy color: '#F081DD'

red 240 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #F081DD

Tints of Pale Magenta #F081DD

RGB

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

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

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

R = 40.68%
G = 21.86%
B = 37.46%

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

#F081DD (or 0xF081DD) is known color: Pale Magenta. HEX triplet: F0, 81 and DD. RGB value is (240,129,221). Sum of RGB (Red+Green+Blue) = 240+129+221=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F081DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081DD is #0F7E22. Grayscale: #ACACAC. Windows color (decimal): -1015331 or 14516720. OLE color: 14516720.

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

Color convert

RGB 240 129 221 -
CMYK 0 0.46 0.08 0.06
HSL 310.27º 0.79% 0.72% -
HSV(B) 310.27º 0.46% 0.94% -
XYZ 56.84 39.45 73.02 -
YUV 172.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 240 129 221 0 0.46 0.08 0.06 310.27 0.79 0.72
Hex F0 81 DD 0 2E 8 6 136 4F 48
Octal 360 201 335 0 56 10 6 466 117 110
Binary 11110000 10000001 11011101 0 101110 1000 110 100110110 1001111 1001000

Color Harmonies of #F081DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081DD

Black with #F081DD

Text Example


Text Example

White with #F081DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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