#F298FD

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

Shades of Violet #F298FD

Tints of Violet #F298FD

Color information

#F298FD (or 0xF298FD) is unknown color: approx Violet. HEX triplet: F2, 98 and FD. RGB value is (242,152,253). Sum of RGB (Red+Green+Blue) = 242+152+253=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F298FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298FD is #0D6702. Grayscale: #BEBEBE. Windows color (decimal): -878339 or 16619762. OLE color: 16619762.

HSL color Cylindrical-coordinate representation of color #F298FD: hue angle of 293.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F298FD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242152253-
CMYK0.040.4000.01
HSL293.47º96.19%79.41%-
HSV(B)293.47º39.92%99.22%-
XYZ65.5848.4398.82-
YUV190.42163.32164.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 152 (59.77% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=37.40%
G=23.49%
B=39.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2421522530.040.4000.01293.4796.1979.41
HexF298FD42801125604f
Octal36223037545001445140117
Binary1111001010011000111111011001010000110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F298FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F298FD; }

 p { color: rgb(242,152,253); }

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

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

 a { background-color: rgb(242,152,253); }

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

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

 span { border-color: rgb(242,152,253); }

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