#F294F0

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

Shades of Violet #F294F0

Tints of Violet #F294F0

Color information

#F294F0 (or 0xF294F0) is unknown color: approx Violet. HEX triplet: F2, 94 and F0. RGB value is (242,148,240). Sum of RGB (Red+Green+Blue) = 242+148+240=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F294F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294F0 is #0D6B0F. Grayscale: #BABABA. Windows color (decimal): -879376 or 15766770. OLE color: 15766770.

HSL color Cylindrical-coordinate representation of color #F294F0: hue angle of 301.28º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294F0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB242148240-
CMYK00.390.010.05
HSL301.28º78.33%76.47%-
HSV(B)301.28º38.84%94.9%-
XYZ62.9446.3588.07-
YUV186.59158.14167.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 23.49%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=38.41%
G=23.49%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214824000.390.010.05301.2878.3376.47
HexF294F00271512d4e4c
Octal36222436004715455116114
Binary1111001010010100111100000100111110110010110110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F294F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F294F0; }

 p { color: rgb(242,148,240); }

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

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

 a { background-color: rgb(242,148,240); }

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

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

 span { border-color: rgb(242,148,240); }

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