#F98BFB

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

Shades of Violet #F98BFB

Tints of Violet #F98BFB

Color information

#F98BFB (or 0xF98BFB) is unknown color: approx Violet. HEX triplet: F9, 8B and FB. RGB value is (249,139,251). Sum of RGB (Red+Green+Blue) = 249+139+251=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 139 (54.69% from 255 or 21.75% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #F98BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BFB is #067404. Grayscale: #B8B8B8. Windows color (decimal): -422917 or 16485369. OLE color: 16485369.

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

Color convert

RGB249139251-
CMYK0.010.4500.02
HSL298.93º93.33%76.47%-
HSV(B)298.93º44.62%98.43%-
XYZ65.7145.5796.6-
YUV184.66165.44173.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 139 (54.69% from 255) = 21.75%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=38.97%
G=21.75%
B=39.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491392510.010.4500.02298.9393.3376.47
HexF98BFB12D0212b5d4c
Octal37121337315502453135114
Binary111110011000101111111011110110101010010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BFB; }

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

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

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

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

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

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

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

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