#F27FEA

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

Shades of Violet #F27FEA

Tints of Violet #F27FEA

Color information

#F27FEA (or 0xF27FEA) is unknown color: approx Violet. HEX triplet: F2, 7F and EA. RGB value is (242,127,234). Sum of RGB (Red+Green+Blue) = 242+127+234=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FEA is #0D8015. Grayscale: #ADADAD. Windows color (decimal): -884758 or 15368178. OLE color: 15368178.

HSL color Cylindrical-coordinate representation of color #F27FEA: hue angle of 304.17º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FEA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB242127234-
CMYK00.480.030.05
HSL304.17º81.56%72.35%-
HSV(B)304.17º47.52%94.9%-
XYZ59.064082.45-
YUV173.58162.1176.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 127 (50% from 255) = 21.06%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=40.13%
G=21.06%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212723400.480.030.05304.1781.5672.35
HexF27FEA030351305248
Octal36217735206035460122110
Binary1111001011111111110101001100001110110011000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27FEA; }

 p { color: rgb(242,127,234); }

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

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

 a { background-color: rgb(242,127,234); }

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

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

 span { border-color: rgb(242,127,234); }

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