#FF98FA

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

Shades of Violet #FF98FA

Tints of Violet #FF98FA

Color information

#FF98FA (or 0xFF98FA) is unknown color: approx Violet. HEX triplet: FF, 98 and FA. RGB value is (255,152,250). Sum of RGB (Red+Green+Blue) = 255+152+250=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 152 (59.77% from 255 or 23.14% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF98FA is #006705. Grayscale: #C1C1C1. Windows color (decimal): -26374 or 16423167. OLE color: 16423167.

HSL color Cylindrical-coordinate representation of color #FF98FA: hue angle of 302.91º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98FA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255152250-
CMYK00.400.020
HSL302.91º100%79.8%-
HSV(B)302.91º40.39%100%-
XYZ69.7250.6296.54-
YUV193.97159.62171.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 152 (59.77% from 255) = 23.14%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=38.81%
G=23.14%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515225000.400.020302.9110079.8
HexFF98FA0282012f6450
Octal37723037205020457144120
Binary111111111001100011111010010100010010010111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98FA; }

 p { color: rgb(255,152,250); }

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

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

 a { background-color: rgb(255,152,250); }

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

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

 span { border-color: rgb(255,152,250); }

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