#F498FE

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

Shades of Violet #F498FE

Tints of Violet #F498FE

Color information

#F498FE (or 0xF498FE) is unknown color: approx Violet. HEX triplet: F4, 98 and FE. RGB value is (244,152,254). Sum of RGB (Red+Green+Blue) = 244+152+254=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 152 (59.77% from 255 or 23.38% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #F498FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F498FE is #0B6701. Grayscale: #BEBEBE. Windows color (decimal): -747266 or 16685300. OLE color: 16685300.

HSL color Cylindrical-coordinate representation of color #F498FE: hue angle of 294.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F498FE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244152254-
CMYK0.040.4000.00
HSL294.12º98.08%79.61%-
HSV(B)294.12º40.16%99.61%-
XYZ66.4348.8599.69-
YUV191.14163.48165.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 23.38%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=37.54%
G=23.38%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441522540.040.4000.00294.1298.0879.61
HexF498FE428001266250
Octal36423037645000446142120
Binary1111010010011000111111101001010000010010011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F498FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F498FE; }

 p { color: rgb(244,152,254); }

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

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

 a { background-color: rgb(244,152,254); }

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

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

 span { border-color: rgb(244,152,254); }

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