#F084FF

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

Shades of Violet #F084FF

Tints of Violet #F084FF

Color information

#F084FF (or 0xF084FF) is unknown color: approx Violet. HEX triplet: F0, 84 and FF. RGB value is (240,132,255). Sum of RGB (Red+Green+Blue) = 240+132+255=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F084FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084FF is #0F7B00. Grayscale: #B1B1B1. Windows color (decimal): -1014529 or 16745712. OLE color: 16745712.

HSL color Cylindrical-coordinate representation of color #F084FF: hue angle of 292.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F084FF is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240132255-
CMYK0.060.4800
HSL292.68º100%75.88%-
HSV(B)292.68º48.24%100%-
XYZ62.2442.2599.48-
YUV178.31171.28172-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 132 (51.95% from 255) = 21.05%
BLUE value IS 255 (100% from 255) = 40.67%
R=38.28%
G=21.05%
B=40.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401322550.060.4800292.6810075.88
HexF084FF63000125644c
Octal36020437766000445144114
Binary1111000010000100111111111101100000010010010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F084FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F084FF; }

 p { color: rgb(240,132,255); }

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

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

 a { background-color: rgb(240,132,255); }

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

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

 span { border-color: rgb(240,132,255); }

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