#F98BF4

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

Shades of Violet #F98BF4

Tints of Violet #F98BF4

Color information

#F98BF4 (or 0xF98BF4) is unknown color: approx Violet. HEX triplet: F9, 8B and F4. RGB value is (249,139,244). Sum of RGB (Red+Green+Blue) = 249+139+244=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 139 (54.69% from 255 or 21.99% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BF4 is #06740B. Grayscale: #B7B7B7. Windows color (decimal): -422924 or 16026617. OLE color: 16026617.

HSL color Cylindrical-coordinate representation of color #F98BF4: hue angle of 302.73º degrees, saturation: 0.9, 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 #F98BF4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249139244-
CMYK00.440.020.02
HSL302.73º90.16%76.08%-
HSV(B)302.73º44.18%97.65%-
XYZ64.6345.1490.89-
YUV183.86161.94174.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.40%
GREEN value IS 139 (54.69% from 255) = 21.99%
BLUE value IS 244 (95.70% from 255) = 38.61%
R=39.40%
G=21.99%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913924400.440.020.02302.7390.1676.08
HexF98BF402C2212f5a4c
Octal37121336405422457132114
Binary1111100110001011111101000101100101010010111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BF4; }

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

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

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

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

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

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

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

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