Html Css Color HEX #F582F9 Violet

📋 copy color: '#F582F9'

red 245 ◦ green 130 ◦ blue 249

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

Shades of Violet #F582F9

Tints of Violet #F582F9

RGB

 RED value IS 245 (96.09% from 255) = 39.26%

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

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

R = 39.26%
G = 20.83%
B = 39.9%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F582F9 (or 0xF582F9) is known color: Violet. HEX triplet: F5, 82 and F9. RGB value is (245,130,249). Sum of RGB (Red+Green+Blue) = 245+130+249=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 130 (51.17% from 255 or 20.83% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #F582F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582F9 is #0A7D06. Grayscale: #B1B1B1. Windows color (decimal): -687367 or 16351989. OLE color: 16351989.

HSL color Cylindrical-coordinate representation of color #F582F9: hue angle of 297.98º 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 #F582F9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 130 249 -
CMYK 0.02 0.48 0 0.02
HSL 297.98º 0.91% 0.74% -
HSV(B) 297.98º 0.48% 0.98% -
XYZ 62.74 42.22 94.46 -
YUV 177.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 245 130 249 0.02 0.48 0 0.02 297.98 0.91 0.74
Hex F5 82 F9 2 30 0 2 12A 5B 4A
Octal 365 202 371 2 60 0 2 452 133 112
Binary 11110101 10000010 11111001 10 110000 0 10 100101010 1011011 1001010

Color Harmonies of #F582F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582F9

Black with #F582F9

Text Example


Text Example

White with #F582F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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