#F27FF7

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

Shades of Violet #F27FF7

Tints of Violet #F27FF7

Color information

#F27FF7 (or 0xF27FF7) is unknown color: approx Violet. HEX triplet: F2, 7F and F7. RGB value is (242,127,247). Sum of RGB (Red+Green+Blue) = 242+127+247=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #F27FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FF7 is #0D8008. Grayscale: #AEAEAE. Windows color (decimal): -884745 or 16220146. OLE color: 16220146.

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

Color convert

RGB242127247-
CMYK0.020.4900.03
HSL297.5º88.24%73.33%-
HSV(B)297.5º48.58%96.86%-
XYZ6140.7792.65-
YUV175.06168.6175.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 127 (50% from 255) = 20.62%
BLUE value IS 247 (96.88% from 255) = 40.10%
R=39.29%
G=20.62%
B=40.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2421272470.020.4900.03297.588.2473.33
HexF27FF72310312a5849
Octal36217736726103452130111
Binary111100101111111111101111011000101110010101010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27FF7; }

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

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

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

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

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

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

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

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