#F273E0

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

Shades of Pale Magenta #F273E0

Tints of Pale Magenta #F273E0

Color information

#F273E0 (or 0xF273E0) is unknown color: approx Pale Magenta. HEX triplet: F2, 73 and E0. RGB value is (242,115,224). Sum of RGB (Red+Green+Blue) = 242+115+224=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F273E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273E0 is #0D8C1F. Grayscale: #A5A5A5. Windows color (decimal): -887840 or 14709746. OLE color: 14709746.

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

Color convert

RGB242115224-
CMYK00.520.070.05
HSL308.5º83.01%70%-
HSV(B)308.5º52.48%94.9%-
XYZ56.236.5274.61-
YUV165.4161.08182.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 115 (45.31% from 255) = 19.79%
BLUE value IS 224 (87.89% from 255) = 38.55%
R=41.65%
G=19.79%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211522400.520.070.05308.583.0170
HexF273E0034751355346
Octal36216334006475465123106
Binary11110010111001111100000011010011110110011010110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273E0; }

 p { color: rgb(242,115,224); }

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

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

 a { background-color: rgb(242,115,224); }

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

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

 span { border-color: rgb(242,115,224); }

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