#f273e1

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

Shades of Pale Magenta #F273E1

Tints of Pale Magenta #F273E1

Color information

#F273E1 (or 0xF273E1) is unknown color: approx Pale Magenta. HEX triplet: F2, 73 and E1. RGB value is (242,115,225). Sum of RGB (Red+Green+Blue) = 242+115+225=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F273E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273E1 is #0D8C1E. Grayscale: #A5A5A5. Windows color (decimal): -887839 or 14775282. OLE color: 14775282.

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

Color convert

RGB242115225-
CMYK00.520.070.05
HSL308.03º83.01%70%-
HSV(B)308.03º52.48%94.9%-
XYZ56.3436.5775.32-
YUV165.51161.58182.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 115 (45.31% from 255) = 19.76%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=41.58%
G=19.76%
B=38.66%

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
Decimal24211522500.520.070.05308.0383.0170
HexF273E1034751345346
Octal36216334106475464123106
Binary11110010111001111100001011010011110110011010010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f273e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f273e1; }

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

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

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

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

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

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

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

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