Html Css Color HEX #F593F1 Violet

📋 copy color: '#F593F1'

red 245 ◦ green 147 ◦ blue 241

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

Shades of Violet #F593F1

Tints of Violet #F593F1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.22%

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 38.7%
G = 23.22%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F593F1 (or 0xF593F1) is known color: Violet. HEX triplet: F5, 93 and F1. RGB value is (245,147,241). Sum of RGB (Red+Green+Blue) = 245+147+241=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F593F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593F1 is #0A6C0E. Grayscale: #BABABA. Windows color (decimal): -683023 or 15832053. OLE color: 15832053.

HSL color Cylindrical-coordinate representation of color #F593F1: hue angle of 302.45º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F593F1 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 241 -
CMYK 0 0.4 0.02 0.04
HSL 302.45º 0.83% 0.77% -
HSV(B) 302.45º 0.4% 0.96% -
XYZ 63.97 46.63 88.85 -
YUV 187.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 245 147 241 0 0.4 0.02 0.04 302.45 0.83 0.77
Hex F5 93 F1 0 28 2 4 12E 53 4D
Octal 365 223 361 0 50 2 4 456 123 115
Binary 11110101 10010011 11110001 0 101000 10 100 100101110 1010011 1001101

Color Harmonies of #F593F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F593F1

Black with #F593F1

Text Example


Text Example

White with #F593F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F593F1; }

 p { color: rgb(245,147,241); }

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

background-color css

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

 a { background-color: rgb(245,147,241); }

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

border-color css

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

 span { border-color: rgb(245,147,241); }

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