#F27DF9

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

Shades of Violet #F27DF9

Tints of Violet #F27DF9

Color information

#F27DF9 (or 0xF27DF9) is unknown color: approx Violet. HEX triplet: F2, 7D and F9. RGB value is (242,125,249). Sum of RGB (Red+Green+Blue) = 242+125+249=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #F27DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DF9 is #0D8206. Grayscale: #ADADAD. Windows color (decimal): -885255 or 16350706. OLE color: 16350706.

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

Color convert

RGB242125249-
CMYK0.030.5000.02
HSL296.61º91.18%73.33%-
HSV(B)296.61º49.8%97.65%-
XYZ61.0540.3894.2-
YUV174.12170.26176.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 125 (49.22% from 255) = 20.29%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=39.29%
G=20.29%
B=40.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421252490.030.5000.02296.6191.1873.33
HexF27DF9332021295b49
Octal36217537136202451133111
Binary111100101111101111110011111001001010010100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27DF9; }

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

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

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

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

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

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

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

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