Html Css Color HEX #F082FF Violet

📋 copy color: '#F082FF'

red 240 ◦ green 130 ◦ blue 255

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

Shades of Violet #F082FF

Tints of Violet #F082FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 38.4%
G = 20.8%
B = 40.8%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F082FF (or 0xF082FF) is known color: Violet. HEX triplet: F0, 82 and FF. RGB value is (240,130,255). Sum of RGB (Red+Green+Blue) = 240+130+255=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F082FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082FF is #0F7D00. Grayscale: #B0B0B0. Windows color (decimal): -1015041 or 16745200. OLE color: 16745200.

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

Color convert

RGB 240 130 255 -
CMYK 0.06 0.49 0 0
HSL 292.8º 1% 0.75% -
HSV(B) 292.8º 0.49% 1% -
XYZ 61.97 41.71 99.39 -
YUV 177.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 240 130 255 0.06 0.49 0 0 292.8 1 0.75
Hex F0 82 FF 6 31 0 0 125 64 4B
Octal 360 202 377 6 61 0 0 445 144 113
Binary 11110000 10000010 11111111 110 110001 0 0 100100101 1100100 1001011

Color Harmonies of #F082FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082FF

Black with #F082FF

Text Example


Text Example

White with #F082FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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