Html Css Color HEX #F585EE Violet

📋 copy color: '#F585EE'

red 245 ◦ green 133 ◦ blue 238

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

Shades of Violet #F585EE

Tints of Violet #F585EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.59%

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 39.77%
G = 21.59%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F585EE (or 0xF585EE) is known color: Violet. HEX triplet: F5, 85 and EE. RGB value is (245,133,238). Sum of RGB (Red+Green+Blue) = 245+133+238=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F585EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585EE is #0A7A11. Grayscale: #B2B2B2. Windows color (decimal): -686610 or 15631861. OLE color: 15631861.

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

Color convert

RGB 245 133 238 -
CMYK 0 0.46 0.03 0.04
HSL 303.75º 0.85% 0.74% -
HSV(B) 303.75º 0.46% 0.96% -
XYZ 61.48 42.36 85.83 -
YUV 178.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 245 133 238 0 0.46 0.03 0.04 303.75 0.85 0.74
Hex F5 85 EE 0 2E 3 4 130 55 4A
Octal 365 205 356 0 56 3 4 460 125 112
Binary 11110101 10000101 11101110 0 101110 11 100 100110000 1010101 1001010

Color Harmonies of #F585EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585EE

Black with #F585EE

Text Example


Text Example

White with #F585EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585EE; }

 p { color: rgb(245,133,238); }

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

background-color css

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

 a { background-color: rgb(245,133,238); }

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

border-color css

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

 span { border-color: rgb(245,133,238); }

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