#F27CFA

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

Shades of Violet #F27CFA

Tints of Violet #F27CFA

Color information

#F27CFA (or 0xF27CFA) is unknown color: approx Violet. HEX triplet: F2, 7C and FA. RGB value is (242,124,250). Sum of RGB (Red+Green+Blue) = 242+124+250=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #F27CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFA is #0D8305. Grayscale: #ADADAD. Windows color (decimal): -885510 or 16415986. OLE color: 16415986.

HSL color Cylindrical-coordinate representation of color #F27CFA: hue angle of 296.19º degrees, saturation: 0.93, 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 #F27CFA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242124250-
CMYK0.030.5000.02
HSL296.19º92.65%73.33%-
HSV(B)296.19º50.4%98.04%-
XYZ61.0840.1994.98-
YUV173.65171.09176.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=39.29%
G=20.13%
B=40.58%

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
Decimal2421242500.030.5000.02296.1992.6573.33
HexF27CFA332021285d49
Octal36217437236202450135111
Binary111100101111100111110101111001001010010100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27CFA; }

 p { color: rgb(242,124,250); }

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

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

 a { background-color: rgb(242,124,250); }

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

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

 span { border-color: rgb(242,124,250); }

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