#F270E1

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

Shades of Pale Magenta #F270E1

Tints of Pale Magenta #F270E1

Color information

#F270E1 (or 0xF270E1) is unknown color: approx Pale Magenta. HEX triplet: F2, 70 and E1. RGB value is (242,112,225). Sum of RGB (Red+Green+Blue) = 242+112+225=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F270E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270E1 is #0D8F1E. Grayscale: #A3A3A3. Windows color (decimal): -888607 or 14774514. OLE color: 14774514.

HSL color Cylindrical-coordinate representation of color #F270E1: hue angle of 307.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270E1 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB242112225-
CMYK00.540.070.05
HSL307.85º83.33%69.41%-
HSV(B)307.85º53.72%94.9%-
XYZ5635.975.21-
YUV163.75162.57183.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.80%
GREEN value IS 112 (44.14% from 255) = 19.34%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=41.80%
G=19.34%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211222500.540.070.05307.8583.3369.41
HexF270E1036751345345
Octal36216034106675464123105
Binary11110010111000011100001011011011110110011010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F270E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F270E1; }

 p { color: rgb(242,112,225); }

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

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

 a { background-color: rgb(242,112,225); }

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

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

 span { border-color: rgb(242,112,225); }

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