Html Css Color HEX #F081E2 Pale Magenta

📋 copy color: '#F081E2'

red 240 ◦ green 129 ◦ blue 226

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

Shades of Pale Magenta #F081E2

Tints of Pale Magenta #F081E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.98%

R = 40.34%
G = 21.68%
B = 37.98%

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

#F081E2 (or 0xF081E2) is known color: Pale Magenta. HEX triplet: F0, 81 and E2. RGB value is (240,129,226). Sum of RGB (Red+Green+Blue) = 240+129+226=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E2 is #0F7E1D. Grayscale: #ACACAC. Windows color (decimal): -1015326 or 14844400. OLE color: 14844400.

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

Color convert

RGB 240 129 226 -
CMYK 0 0.46 0.06 0.06
HSL 307.57º 0.79% 0.72% -
HSV(B) 307.57º 0.46% 0.94% -
XYZ 57.51 39.72 76.59 -
YUV 173.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 240 129 226 0 0.46 0.06 0.06 307.57 0.79 0.72
Hex F0 81 E2 0 2E 6 6 134 4F 48
Octal 360 201 342 0 56 6 6 464 117 110
Binary 11110000 10000001 11100010 0 101110 110 110 100110100 1001111 1001000

Color Harmonies of #F081E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081E2

Black with #F081E2

Text Example


Text Example

White with #F081E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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