#F297FF

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

Shades of Violet #F297FF

Tints of Violet #F297FF

Color information

#F297FF (or 0xF297FF) is unknown color: approx Violet. HEX triplet: F2, 97 and FF. RGB value is (242,151,255). Sum of RGB (Red+Green+Blue) = 242+151+255=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 151 (59.38% from 255 or 23.30% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F297FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297FF is #0D6800. Grayscale: #BDBDBD. Windows color (decimal): -878593 or 16750578. OLE color: 16750578.

HSL color Cylindrical-coordinate representation of color #F297FF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F297FF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB242151255-
CMYK0.050.4100
HSL292.5º100%79.61%-
HSV(B)292.5º40.78%100%-
XYZ65.7348.23100.45-
YUV190.06164.65165.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.35%
GREEN value IS 151 (59.38% from 255) = 23.30%
BLUE value IS 255 (100% from 255) = 39.35%
R=37.35%
G=23.30%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2421512550.050.4100292.510079.61
HexF297FF529001246450
Octal36222737755100444144120
Binary1111001010010111111111111011010010010010010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F297FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F297FF; }

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

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

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

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

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

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

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

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