Html Css Color HEX #F585ED Violet

📋 copy color: '#F585ED'

red 245 ◦ green 133 ◦ blue 237

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

Shades of Violet #F585ED

Tints of Violet #F585ED

RGB

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

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

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

R = 39.84%
G = 21.63%
B = 38.54%

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

#F585ED (or 0xF585ED) is known color: Violet. HEX triplet: F5, 85 and ED. RGB value is (245,133,237). Sum of RGB (Red+Green+Blue) = 245+133+237=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F585ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585ED is #0A7A12. Grayscale: #B2B2B2. Windows color (decimal): -686611 or 15566325. OLE color: 15566325.

HSL color Cylindrical-coordinate representation of color #F585ED: hue angle of 304.29º 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 #F585ED is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 133 237 -
CMYK 0 0.46 0.03 0.04
HSL 304.29º 0.85% 0.74% -
HSV(B) 304.29º 0.46% 0.96% -
XYZ 61.33 42.3 85.05 -
YUV 178.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 245 133 237 0 0.46 0.03 0.04 304.29 0.85 0.74
Hex F5 85 ED 0 2E 3 4 130 55 4A
Octal 365 205 355 0 56 3 4 460 125 112
Binary 11110101 10000101 11101101 0 101110 11 100 100110000 1010101 1001010

Color Harmonies of #F585ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585ED

Black with #F585ED

Text Example


Text Example

White with #F585ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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