Html Css Color HEX #F082E7 Violet

📋 copy color: '#F082E7'

red 240 ◦ green 130 ◦ blue 231

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

Shades of Violet #F082E7

Tints of Violet #F082E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.44%

R = 39.93%
G = 21.63%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F082E7 (or 0xF082E7) is known color: Violet. HEX triplet: F0, 82 and E7. RGB value is (240,130,231). Sum of RGB (Red+Green+Blue) = 240+130+231=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082E7 is #0F7D18. Grayscale: #AEAEAE. Windows color (decimal): -1015065 or 15172336. OLE color: 15172336.

HSL color Cylindrical-coordinate representation of color #F082E7: hue angle of 304.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082E7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 231 -
CMYK 0 0.46 0.04 0.06
HSL 304.91º 0.79% 0.73% -
HSV(B) 304.91º 0.46% 0.94% -
XYZ 58.34 40.26 80.3 -
YUV 174.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 240 130 231 0 0.46 0.04 0.06 304.91 0.79 0.73
Hex F0 82 E7 0 2E 4 6 131 4F 49
Octal 360 202 347 0 56 4 6 461 117 111
Binary 11110000 10000010 11100111 0 101110 100 110 100110001 1001111 1001001

Color Harmonies of #F082E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082E7

Black with #F082E7

Text Example


Text Example

White with #F082E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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