#F98AFB

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

Shades of Violet #F98AFB

Tints of Violet #F98AFB

Color information

#F98AFB (or 0xF98AFB) is unknown color: approx Violet. HEX triplet: F9, 8A and FB. RGB value is (249,138,251). Sum of RGB (Red+Green+Blue) = 249+138+251=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #F98AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98AFB is #067504. Grayscale: #B7B7B7. Windows color (decimal): -423173 or 16485113. OLE color: 16485113.

HSL color Cylindrical-coordinate representation of color #F98AFB: hue angle of 298.94º 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 #F98AFB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249138251-
CMYK0.010.4500.02
HSL298.94º93.39%76.27%-
HSV(B)298.94º45.02%98.43%-
XYZ65.5745.2896.55-
YUV184.07165.77174.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 138 (54.30% from 255) = 21.63%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=39.03%
G=21.63%
B=39.34%

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
Decimal2491382510.010.4500.02298.9493.3976.27
HexF98AFB12D0212b5d4c
Octal37121237315502453135114
Binary111110011000101011111011110110101010010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98AFB; }

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

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

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

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

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

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

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

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