Html Css Color HEX #F193FB Violet

📋 copy color: '#F193FB'

red 241 ◦ green 147 ◦ blue 251

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

Shades of Violet #F193FB

Tints of Violet #F193FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.28%

R = 37.72%
G = 23%
B = 39.28%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F193FB (or 0xF193FB) is known color: Violet. HEX triplet: F1, 93 and FB. RGB value is (241,147,251). Sum of RGB (Red+Green+Blue) = 241+147+251=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 147 (57.81% from 255 or 23.00% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #F193FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193FB is #0E6C04. Grayscale: #BABABA. Windows color (decimal): -945157 or 16487409. OLE color: 16487409.

HSL color Cylindrical-coordinate representation of color #F193FB: hue angle of 294.23º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F193FB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 147 251 -
CMYK 0.04 0.41 0 0.02
HSL 294.23º 0.93% 0.78% -
HSV(B) 294.23º 0.41% 0.98% -
XYZ 64.12 46.53 96.87 -
YUV 186.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 241 147 251 0.04 0.41 0 0.02 294.23 0.93 0.78
Hex F1 93 FB 4 29 0 2 126 5D 4E
Octal 361 223 373 4 51 0 2 446 135 116
Binary 11110001 10010011 11111011 100 101001 0 10 100100110 1011101 1001110

Color Harmonies of #F193FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193FB

Black with #F193FB

Text Example


Text Example

White with #F193FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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