Html Css Color HEX #F082F7 Violet

📋 copy color: '#F082F7'

red 240 ◦ green 130 ◦ blue 247

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

Shades of Violet #F082F7

Tints of Violet #F082F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.03%

R = 38.9%
G = 21.07%
B = 40.03%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F082F7 (or 0xF082F7) is known color: Violet. HEX triplet: F0, 82 and F7. RGB value is (240,130,247). Sum of RGB (Red+Green+Blue) = 240+130+247=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 130 (51.17% from 255 or 21.07% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #F082F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082F7 is #0F7D08. Grayscale: #AFAFAF. Windows color (decimal): -1015049 or 16220912. OLE color: 16220912.

HSL color Cylindrical-coordinate representation of color #F082F7: hue angle of 296.41º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F082F7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 130 247 -
CMYK 0.03 0.47 0 0.03
HSL 296.41º 0.88% 0.74% -
HSV(B) 296.41º 0.47% 0.97% -
XYZ 60.71 41.21 92.75 -
YUV 176.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 240 130 247 0.03 0.47 0 0.03 296.41 0.88 0.74
Hex F0 82 F7 3 2F 0 3 128 58 4A
Octal 360 202 367 3 57 0 3 450 130 112
Binary 11110000 10000010 11110111 11 101111 0 11 100101000 1011000 1001010

Color Harmonies of #F082F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082F7

Black with #F082F7

Text Example


Text Example

White with #F082F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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