Html Css Color HEX #F081E1 Pale Magenta

📋 copy color: '#F081E1'

red 240 ◦ green 129 ◦ blue 225

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

Shades of Pale Magenta #F081E1

Tints of Pale Magenta #F081E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.88%

R = 40.4%
G = 21.72%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F081E1 (or 0xF081E1) is known color: Pale Magenta. HEX triplet: F0, 81 and E1. RGB value is (240,129,225). Sum of RGB (Red+Green+Blue) = 240+129+225=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E1 is #0F7E1E. Grayscale: #ACACAC. Windows color (decimal): -1015327 or 14778864. OLE color: 14778864.

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

Color convert

RGB 240 129 225 -
CMYK 0 0.46 0.06 0.06
HSL 308.11º 0.79% 0.72% -
HSV(B) 308.11º 0.46% 0.94% -
XYZ 57.38 39.66 75.87 -
YUV 173.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 240 129 225 0 0.46 0.06 0.06 308.11 0.79 0.72
Hex F0 81 E1 0 2E 6 6 134 4F 48
Octal 360 201 341 0 56 6 6 464 117 110
Binary 11110000 10000001 11100001 0 101110 110 110 100110100 1001111 1001000

Color Harmonies of #F081E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081E1

Black with #F081E1

Text Example


Text Example

White with #F081E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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