#F074E0

Color #F074E0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F074E0

Tints of Pale Magenta #F074E0

Color information

#F074E0 (or 0xF074E0) is unknown color: approx Pale Magenta. HEX triplet: F0, 74 and E0. RGB value is (240,116,224). Sum of RGB (Red+Green+Blue) = 240+116+224=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F074E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074E0 is #0F8B1F. Grayscale: #A5A5A5. Windows color (decimal): -1018656 or 14710000. OLE color: 14710000.

HSL color Cylindrical-coordinate representation of color #F074E0: hue angle of 307.74º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074E0 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240116224-
CMYK00.520.070.06
HSL307.74º80.52%69.8%-
HSV(B)307.74º51.67%94.12%-
XYZ55.6436.474.61-
YUV165.39161.08181.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 116 (45.70% from 255) = 20%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=41.38%
G=20%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011622400.520.070.06307.7480.5269.8
HexF074E0034761345146
Octal36016434006476464121106
Binary11110000111010011100000011010011111010011010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074E0; }

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

 H1.HeaderClassName
 {
   color: #F074E0;
 }
 .AnyTagClassName
 {
   color: #F074E0;
 }
</style>
background-color css

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

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

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

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

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

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