#F272E5

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

Shades of Pale Magenta #F272E5

Tints of Pale Magenta #F272E5

Color information

#F272E5 (or 0xF272E5) is unknown color: approx Pale Magenta. HEX triplet: F2, 72 and E5. RGB value is (242,114,229). Sum of RGB (Red+Green+Blue) = 242+114+229=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F272E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272E5 is #0D8D1A. Grayscale: #A5A5A5. Windows color (decimal): -888091 or 15037170. OLE color: 15037170.

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

Color convert

RGB242114229-
CMYK00.530.050.05
HSL306.09º83.12%69.8%-
HSV(B)306.09º52.89%94.9%-
XYZ56.7836.5778.19-
YUV165.38163.91182.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 114 (44.92% from 255) = 19.49%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=41.37%
G=19.49%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211422900.530.050.05306.0983.1269.8
HexF272E5035551325346
Octal36216234506555462123106
Binary11110010111001011100101011010110110110011001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F272E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F272E5; }

 p { color: rgb(242,114,229); }

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

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

 a { background-color: rgb(242,114,229); }

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

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

 span { border-color: rgb(242,114,229); }

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