#F27EF5

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

Shades of Violet #F27EF5

Tints of Violet #F27EF5

Color information

#F27EF5 (or 0xF27EF5) is unknown color: approx Violet. HEX triplet: F2, 7E and F5. RGB value is (242,126,245). Sum of RGB (Red+Green+Blue) = 242+126+245=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #F27EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27EF5 is #0D810A. Grayscale: #ADADAD. Windows color (decimal): -885003 or 16088818. OLE color: 16088818.

HSL color Cylindrical-coordinate representation of color #F27EF5: hue angle of 298.49º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27EF5 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242126245-
CMYK0.010.4900.04
HSL298.49º85.61%72.75%-
HSV(B)298.49º48.57%96.08%-
XYZ60.5640.3990.99-
YUV174.25167.93176.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 126 (49.61% from 255) = 20.55%
BLUE value IS 245 (96.09% from 255) = 39.97%
R=39.48%
G=20.55%
B=39.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2421262450.010.4900.04298.4985.6172.75
HexF27EF51310412a5649
Octal36217636516104452126111
Binary111100101111110111101011110001010010010101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27EF5; }

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

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

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

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

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

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

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

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