Html Css Color HEX #F081E5 Pale Magenta

📋 copy color: '#F081E5'

red 240 ◦ green 129 ◦ blue 229

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

Shades of Pale Magenta #F081E5

Tints of Pale Magenta #F081E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 40.13%
G = 21.57%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F081E5 (or 0xF081E5) is known color: Pale Magenta. HEX triplet: F0, 81 and E5. RGB value is (240,129,229). Sum of RGB (Red+Green+Blue) = 240+129+229=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E5 is #0F7E1A. Grayscale: #ADADAD. Windows color (decimal): -1015323 or 15041008. OLE color: 15041008.

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

Color convert

RGB 240 129 229 -
CMYK 0 0.46 0.05 0.06
HSL 305.95º 0.79% 0.72% -
HSV(B) 305.95º 0.46% 0.94% -
XYZ 57.93 39.88 78.77 -
YUV 173.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 240 129 229 0 0.46 0.05 0.06 305.95 0.79 0.72
Hex F0 81 E5 0 2E 5 6 132 4F 48
Octal 360 201 345 0 56 5 6 462 117 110
Binary 11110000 10000001 11100101 0 101110 101 110 100110010 1001111 1001000

Color Harmonies of #F081E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081E5

Black with #F081E5

Text Example


Text Example

White with #F081E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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