#F27EF9

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

Shades of Violet #F27EF9

Tints of Violet #F27EF9

Color information

#F27EF9 (or 0xF27EF9) is unknown color: approx Violet. HEX triplet: F2, 7E and F9. RGB value is (242,126,249). Sum of RGB (Red+Green+Blue) = 242+126+249=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #F27EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EF9 is #0D8106. Grayscale: #AEAEAE. Windows color (decimal): -884999 or 16350962. OLE color: 16350962.

HSL color Cylindrical-coordinate representation of color #F27EF9: hue angle of 296.59º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27EF9 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242126249-
CMYK0.030.4900.02
HSL296.59º91.11%73.53%-
HSV(B)296.59º49.4%97.65%-
XYZ61.1840.6494.24-
YUV174.71169.93176-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 126 (49.61% from 255) = 20.42%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=39.22%
G=20.42%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421262490.030.4900.02296.5991.1173.53
HexF27EF9331021295b4a
Octal36217637136102451133112
Binary111100101111110111110011111000101010010100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27EF9; }

 p { color: rgb(242,126,249); }

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

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

 a { background-color: rgb(242,126,249); }

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

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

 span { border-color: rgb(242,126,249); }

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