#F090F1

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

Shades of Violet #F090F1

Tints of Violet #F090F1

Color information

#F090F1 (or 0xF090F1) is unknown color: approx Violet. HEX triplet: F0, 90 and F1. RGB value is (240,144,241). Sum of RGB (Red+Green+Blue) = 240+144+241=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #F090F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090F1 is #0F6F0E. Grayscale: #B7B7B7. Windows color (decimal): -1011471 or 15831280. OLE color: 15831280.

HSL color Cylindrical-coordinate representation of color #F090F1: hue angle of 299.38º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090F1 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240144241-
CMYK0.000.4000.05
HSL299.38º77.6%75.49%-
HSV(B)299.38º40.25%94.51%-
XYZ61.7944.8288.61-
YUV183.76160.3168.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 144 (56.64% from 255) = 23.04%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=38.4%
G=23.04%
B=38.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401442410.000.4000.05299.3877.675.49
HexF090F10280512b4e4b
Octal36022036105005453116113
Binary1111000010010000111100010101000010110010101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F090F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F090F1; }

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

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

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

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

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

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

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

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