Html Css Color HEX #F58EFD Violet

📋 copy color: '#F58EFD'

red 245 ◦ green 142 ◦ blue 253

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

Shades of Violet #F58EFD

Tints of Violet #F58EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.19%

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 38.28%
G = 22.19%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F58EFD (or 0xF58EFD) is known color: Violet. HEX triplet: F5, 8E and FD. RGB value is (245,142,253). Sum of RGB (Red+Green+Blue) = 245+142+253=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 142 (55.86% from 255 or 22.19% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #F58EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EFD is #0A7102. Grayscale: #B9B9B9. Windows color (decimal): -684291 or 16617205. OLE color: 16617205.

HSL color Cylindrical-coordinate representation of color #F58EFD: hue angle of 295.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58EFD is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 142 253 -
CMYK 0.03 0.44 0 0.01
HSL 295.68º 0.97% 0.77% -
HSV(B) 295.68º 0.44% 0.99% -
XYZ 65.06 45.85 98.35 -
YUV 185.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 245 142 253 0.03 0.44 0 0.01 295.68 0.97 0.77
Hex F5 8E FD 3 2C 0 1 128 61 4D
Octal 365 216 375 3 54 0 1 450 141 115
Binary 11110101 10001110 11111101 11 101100 0 1 100101000 1100001 1001101

Color Harmonies of #F58EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58EFD

Black with #F58EFD

Text Example


Text Example

White with #F58EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58EFD; }

 p { color: rgb(245,142,253); }

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

background-color css

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

 a { background-color: rgb(245,142,253); }

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

border-color css

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

 span { border-color: rgb(245,142,253); }

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