#F98CFA

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

Shades of Violet #F98CFA

Tints of Violet #F98CFA

Color information

#F98CFA (or 0xF98CFA) is unknown color: approx Violet. HEX triplet: F9, 8C and FA. RGB value is (249,140,250). Sum of RGB (Red+Green+Blue) = 249+140+250=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F98CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CFA is #067305. Grayscale: #B8B8B8. Windows color (decimal): -422662 or 16420089. OLE color: 16420089.

HSL color Cylindrical-coordinate representation of color #F98CFA: hue angle of 299.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CFA is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249140250-
CMYK0.000.4400.02
HSL299.45º91.67%76.47%-
HSV(B)299.45º44%98.04%-
XYZ65.745.895.82-
YUV185.13164.61173.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 140 (55.08% from 255) = 21.91%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=38.97%
G=21.91%
B=39.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491402500.000.4400.02299.4591.6776.47
HexF98CFA02C0212b5c4c
Octal37121437205402453134114
Binary111110011000110011111010010110001010010101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CFA; }

 p { color: rgb(249,140,250); }

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

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

 a { background-color: rgb(249,140,250); }

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

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

 span { border-color: rgb(249,140,250); }

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