#F085FB

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

Shades of Violet #F085FB

Tints of Violet #F085FB

Color information

#F085FB (or 0xF085FB) is unknown color: approx Violet. HEX triplet: F0, 85 and FB. RGB value is (240,133,251). Sum of RGB (Red+Green+Blue) = 240+133+251=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #F085FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085FB is #0F7A04. Grayscale: #B2B2B2. Windows color (decimal): -1014277 or 16483824. OLE color: 16483824.

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

Color convert

RGB240133251-
CMYK0.040.4700.02
HSL294.41º93.65%75.29%-
HSV(B)294.41º47.01%98.43%-
XYZ61.7442.2796.17-
YUV178.44168.95171.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 21.31%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=38.46%
G=21.31%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401332510.040.4700.02294.4193.6575.29
HexF085FB42F021265e4b
Octal36020537345702446136113
Binary11110000100001011111101110010111101010010011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085FB; }

 p { color: rgb(240,133,251); }

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

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

 a { background-color: rgb(240,133,251); }

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

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

 span { border-color: rgb(240,133,251); }

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