Html Css Color HEX #F582ED Violet

📋 copy color: '#F582ED'

red 245 ◦ green 130 ◦ blue 237

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

Shades of Violet #F582ED

Tints of Violet #F582ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 40.03%
G = 21.24%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F582ED (or 0xF582ED) is known color: Violet. HEX triplet: F5, 82 and ED. RGB value is (245,130,237). Sum of RGB (Red+Green+Blue) = 245+130+237=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F582ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582ED is #0A7D12. Grayscale: #B0B0B0. Windows color (decimal): -687379 or 15565557. OLE color: 15565557.

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

Color convert

RGB 245 130 237 -
CMYK 0 0.47 0.03 0.04
HSL 304.17º 0.85% 0.74% -
HSV(B) 304.17º 0.47% 0.96% -
XYZ 60.92 41.49 84.92 -
YUV 176.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 245 130 237 0 0.47 0.03 0.04 304.17 0.85 0.74
Hex F5 82 ED 0 2F 3 4 130 55 4A
Octal 365 202 355 0 57 3 4 460 125 112
Binary 11110101 10000010 11101101 0 101111 11 100 100110000 1010101 1001010

Color Harmonies of #F582ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582ED

Black with #F582ED

Text Example


Text Example

White with #F582ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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