#F273E6

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

Shades of Violet #F273E6

Tints of Violet #F273E6

Color information

#F273E6 (or 0xF273E6) is unknown color: approx Violet. HEX triplet: F2, 73 and E6. RGB value is (242,115,230). Sum of RGB (Red+Green+Blue) = 242+115+230=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F273E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273E6 is #0D8C19. Grayscale: #A5A5A5. Windows color (decimal): -887834 or 15102962. OLE color: 15102962.

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

Color convert

RGB242115230-
CMYK00.520.050.05
HSL305.67º83.01%70%-
HSV(B)305.67º52.48%94.9%-
XYZ57.0336.8578.97-
YUV166.08164.08182.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 115 (45.31% from 255) = 19.59%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=41.23%
G=19.59%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211523000.520.050.05305.6783.0170
HexF273E6034551325346
Octal36216334606455462123106
Binary11110010111001111100110011010010110110011001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273E6; }

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

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

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

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

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

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

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

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