Html Css Color HEX #F084F2 Violet

📋 copy color: '#F084F2'

red 240 ◦ green 132 ◦ blue 242

#F084F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #F084F2

Tints of Violet #F084F2

RGB

 RED value IS 240 (94.14% from 255) = 39.09%

 GREEN value IS 132 (51.95% from 255) = 21.5%

 BLUE value IS 242 (94.92% from 255) = 39.41%

R = 39.09%
G = 21.5%
B = 39.41%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F084F2 (or 0xF084F2) is known color: Violet. HEX triplet: F0, 84 and F2. RGB value is (240,132,242). Sum of RGB (Red+Green+Blue) = 240+132+242=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #F084F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084F2 is #0F7B0D. Grayscale: #B0B0B0. Windows color (decimal): -1014542 or 15893744. OLE color: 15893744.

HSL color Cylindrical-coordinate representation of color #F084F2: hue angle of 298.91º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084F2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 132 242 -
CMYK 0.01 0.45 0 0.05
HSL 298.91º 0.81% 0.73% -
HSV(B) 298.91º 0.45% 0.95% -
XYZ 60.21 41.44 88.83 -
YUV 176.83 164.78 173.06 -
System Red Green Blue C M Y K H S L
Decimal 240 132 242 0.01 0.45 0 0.05 298.91 0.81 0.73
Hex F0 84 F2 1 2D 0 5 12B 51 49
Octal 360 204 362 1 55 0 5 453 121 111
Binary 11110000 10000100 11110010 1 101101 0 101 100101011 1010001 1001001

Color Harmonies of #F084F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F084F2

Black with #F084F2

Text Example


Text Example

White with #F084F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F084F2; }

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

 H1.HeaderClassName
 {
   color: #F084F2;
 }
 .AnyTagClassName
 {
   color: #F084F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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