#F297F0

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

Shades of Violet #F297F0

Tints of Violet #F297F0

Color information

#F297F0 (or 0xF297F0) is unknown color: approx Violet. HEX triplet: F2, 97 and F0. RGB value is (242,151,240). Sum of RGB (Red+Green+Blue) = 242+151+240=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F297F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297F0 is #0D680F. Grayscale: #BCBCBC. Windows color (decimal): -878608 or 15767538. OLE color: 15767538.

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

Color convert

RGB242151240-
CMYK00.380.010.05
HSL301.32º77.78%77.06%-
HSV(B)301.32º37.6%94.9%-
XYZ63.4147.388.23-
YUV188.36157.15166.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 151 (59.38% from 255) = 23.85%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=38.23%
G=23.85%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215124000.380.010.05301.3277.7877.06
HexF297F00261512d4e4d
Octal36222736004615455116115
Binary1111001010010111111100000100110110110010110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297F0; }

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

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

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

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

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

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

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

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