#F090FA

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

Shades of Violet #F090FA

Tints of Violet #F090FA

Color information

#F090FA (or 0xF090FA) is unknown color: approx Violet. HEX triplet: F0, 90 and FA. RGB value is (240,144,250). Sum of RGB (Red+Green+Blue) = 240+144+250=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 144 (56.64% from 255 or 22.71% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #F090FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090FA is #0F6F05. Grayscale: #B8B8B8. Windows color (decimal): -1011462 or 16421104. OLE color: 16421104.

HSL color Cylindrical-coordinate representation of color #F090FA: hue angle of 294.34º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F090FA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240144250-
CMYK0.040.4200.02
HSL294.34º91.38%77.25%-
HSV(B)294.34º42.4%98.04%-
XYZ63.1645.3795.87-
YUV184.79164.8167.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 144 (56.64% from 255) = 22.71%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=37.85%
G=22.71%
B=39.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401442500.040.4200.02294.3491.3877.25
HexF090FA42A021265b4d
Octal36022037245202446133115
Binary11110000100100001111101010010101001010010011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090FA; }

 p { color: rgb(240,144,250); }

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

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

 a { background-color: rgb(240,144,250); }

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

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

 span { border-color: rgb(240,144,250); }

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