Html Css Color HEX #F193F5 Violet

📋 copy color: '#F193F5'

red 241 ◦ green 147 ◦ blue 245

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

Shades of Violet #F193F5

Tints of Violet #F193F5

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.4

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

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

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

Color convert

RGB 241 147 245 -
CMYK 0.02 0.4 0 0.04
HSL 297.55º 0.83% 0.77% -
HSV(B) 297.55º 0.4% 0.96% -
XYZ 63.19 46.16 91.97 -
YUV 186.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 241 147 245 0.02 0.4 0 0.04 297.55 0.83 0.77
Hex F1 93 F5 2 28 0 4 12A 53 4D
Octal 361 223 365 2 50 0 4 452 123 115
Binary 11110001 10010011 11110101 10 101000 0 100 100101010 1010011 1001101

Color Harmonies of #F193F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193F5

Black with #F193F5

Text Example


Text Example

White with #F193F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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