Html Css Color HEX #F193F2 Violet

📋 copy color: '#F193F2'

red 241 ◦ green 147 ◦ blue 242

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

Shades of Violet #F193F2

Tints of Violet #F193F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 38.25%
G = 23.33%
B = 38.41%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F193F2 (or 0xF193F2) is known color: Violet. HEX triplet: F1, 93 and F2. RGB value is (241,147,242). Sum of RGB (Red+Green+Blue) = 241+147+242=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #F193F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F193F2 is #0E6C0D. Grayscale: #B9B9B9. Windows color (decimal): -945166 or 15897585. OLE color: 15897585.

HSL color Cylindrical-coordinate representation of color #F193F2: hue angle of 299.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F193F2 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 147 242 -
CMYK 0.00 0.39 0 0.05
HSL 299.37º 0.79% 0.76% -
HSV(B) 299.37º 0.39% 0.95% -
XYZ 62.74 45.98 89.57 -
YUV 185.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 241 147 242 0.00 0.39 0 0.05 299.37 0.79 0.76
Hex F1 93 F2 0 27 0 5 12B 4F 4C
Octal 361 223 362 0 47 0 5 453 117 114
Binary 11110001 10010011 11110010 0 100111 0 101 100101011 1001111 1001100

Color Harmonies of #F193F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F193F2

Black with #F193F2

Text Example


Text Example

White with #F193F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F193F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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