Html Css Color HEX #F081E0 Pale Magenta

📋 copy color: '#F081E0'

red 240 ◦ green 129 ◦ blue 224

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

Shades of Pale Magenta #F081E0

Tints of Pale Magenta #F081E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 40.47%
G = 21.75%
B = 37.77%

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

#F081E0 (or 0xF081E0) is known color: Pale Magenta. HEX triplet: F0, 81 and E0. RGB value is (240,129,224). Sum of RGB (Red+Green+Blue) = 240+129+224=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081E0 is #0F7E1F. Grayscale: #ACACAC. Windows color (decimal): -1015328 or 14713328. OLE color: 14713328.

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

Color convert

RGB 240 129 224 -
CMYK 0 0.46 0.07 0.06
HSL 308.65º 0.79% 0.72% -
HSV(B) 308.65º 0.46% 0.94% -
XYZ 57.24 39.61 75.15 -
YUV 173.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 240 129 224 0 0.46 0.07 0.06 308.65 0.79 0.72
Hex F0 81 E0 0 2E 7 6 135 4F 48
Octal 360 201 340 0 56 7 6 465 117 110
Binary 11110000 10000001 11100000 0 101110 111 110 100110101 1001111 1001000

Color Harmonies of #F081E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081E0

Black with #F081E0

Text Example


Text Example

White with #F081E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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