Html Css Color HEX #F081DF Pale Magenta

📋 copy color: '#F081DF'

red 240 ◦ green 129 ◦ blue 223

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

Shades of Pale Magenta #F081DF

Tints of Pale Magenta #F081DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 40.54%
G = 21.79%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F081DF (or 0xF081DF) is known color: Pale Magenta. HEX triplet: F0, 81 and DF. RGB value is (240,129,223). Sum of RGB (Red+Green+Blue) = 240+129+223=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F081DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081DF is #0F7E20. Grayscale: #ACACAC. Windows color (decimal): -1015329 or 14647792. OLE color: 14647792.

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

Color convert

RGB 240 129 223 -
CMYK 0 0.46 0.07 0.06
HSL 309.19º 0.79% 0.72% -
HSV(B) 309.19º 0.46% 0.94% -
XYZ 57.1 39.55 74.44 -
YUV 172.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 240 129 223 0 0.46 0.07 0.06 309.19 0.79 0.72
Hex F0 81 DF 0 2E 7 6 135 4F 48
Octal 360 201 337 0 56 7 6 465 117 110
Binary 11110000 10000001 11011111 0 101110 111 110 100110101 1001111 1001000

Color Harmonies of #F081DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081DF

Black with #F081DF

Text Example


Text Example

White with #F081DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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