#F98BFC

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

Shades of Violet #F98BFC

Tints of Violet #F98BFC

Color information

#F98BFC (or 0xF98BFC) is unknown color: approx Violet. HEX triplet: F9, 8B and FC. RGB value is (249,139,252). Sum of RGB (Red+Green+Blue) = 249+139+252=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 139 (54.69% from 255 or 21.72% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #F98BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BFC is #067403. Grayscale: #B8B8B8. Windows color (decimal): -422916 or 16550905. OLE color: 16550905.

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

Color convert

RGB249139252-
CMYK0.010.4500.01
HSL298.41º94.96%76.67%-
HSV(B)298.41º44.84%98.82%-
XYZ65.8745.6397.43-
YUV184.77165.94173.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 139 (54.69% from 255) = 21.72%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=38.91%
G=21.72%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491392520.010.4500.01298.4194.9676.67
HexF98BFC12D0112a5f4d
Octal37121337415501452137115
Binary11111001100010111111110011011010110010101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BFC; }

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

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

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

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

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

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

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

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