#F98CFC

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

Shades of Violet #F98CFC

Tints of Violet #F98CFC

Color information

#F98CFC (or 0xF98CFC) is unknown color: approx Violet. HEX triplet: F9, 8C and FC. RGB value is (249,140,252). Sum of RGB (Red+Green+Blue) = 249+140+252=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 140 (55.08% from 255 or 21.84% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #F98CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CFC is #067303. Grayscale: #B9B9B9. Windows color (decimal): -422660 or 16551161. OLE color: 16551161.

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

Color convert

RGB249140252-
CMYK0.010.4400.01
HSL298.39º94.92%76.86%-
HSV(B)298.39º44.44%98.82%-
XYZ66.0245.9297.48-
YUV185.36165.61173.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 140 (55.08% from 255) = 21.84%
BLUE value IS 252 (98.83% from 255) = 39.31%
R=38.85%
G=21.84%
B=39.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491402520.010.4400.01298.3994.9276.86
HexF98CFC12C0112a5f4d
Octal37121437415401452137115
Binary11111001100011001111110011011000110010101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CFC; }

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

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

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

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

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

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

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

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