Html Css Color HEX #F082F9 Violet

📋 copy color: '#F082F9'

red 240 ◦ green 130 ◦ blue 249

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

Shades of Violet #F082F9

Tints of Violet #F082F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21%

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 38.77%
G = 21%
B = 40.23%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F082F9 (or 0xF082F9) is known color: Violet. HEX triplet: F0, 82 and F9. RGB value is (240,130,249). Sum of RGB (Red+Green+Blue) = 240+130+249=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #F082F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082F9 is #0F7D06. Grayscale: #B0B0B0. Windows color (decimal): -1015047 or 16351984. OLE color: 16351984.

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

Color convert

RGB 240 130 249 -
CMYK 0.04 0.48 0 0.02
HSL 295.46º 0.91% 0.74% -
HSV(B) 295.46º 0.48% 0.98% -
XYZ 61.02 41.33 94.38 -
YUV 176.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 240 130 249 0.04 0.48 0 0.02 295.46 0.91 0.74
Hex F0 82 F9 4 30 0 2 127 5B 4A
Octal 360 202 371 4 60 0 2 447 133 112
Binary 11110000 10000010 11111001 100 110000 0 10 100100111 1011011 1001010

Color Harmonies of #F082F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082F9

Black with #F082F9

Text Example


Text Example

White with #F082F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082F9; }

 p { color: rgb(240,130,249); }

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

background-color css

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

 a { background-color: rgb(240,130,249); }

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

border-color css

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

 span { border-color: rgb(240,130,249); }

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