#F27FFA

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

Shades of Violet #F27FFA

Tints of Violet #F27FFA

Color information

#F27FFA (or 0xF27FFA) is unknown color: approx Violet. HEX triplet: F2, 7F and FA. RGB value is (242,127,250). Sum of RGB (Red+Green+Blue) = 242+127+250=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #F27FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27FFA is #0D8005. Grayscale: #AFAFAF. Windows color (decimal): -884742 or 16416754. OLE color: 16416754.

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

Color convert

RGB242127250-
CMYK0.030.4900.02
HSL296.1º92.48%73.92%-
HSV(B)296.1º49.2%98.04%-
XYZ61.4640.9695.11-
YUV175.41170.1175.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 127 (50% from 255) = 20.52%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=39.10%
G=20.52%
B=40.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2421272500.030.4900.02296.192.4873.92
HexF27FFA331021285c4a
Octal36217737236102450134112
Binary111100101111111111110101111000101010010100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27FFA; }

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

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

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

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

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

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

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

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