Html Css Color HEX #F190EC Violet

📋 copy color: '#F190EC'

red 241 ◦ green 144 ◦ blue 236

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

Shades of Violet #F190EC

Tints of Violet #F190EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.19%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 38.81%
G = 23.19%
B = 38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F190EC (or 0xF190EC) is known color: Violet. HEX triplet: F1, 90 and EC. RGB value is (241,144,236). Sum of RGB (Red+Green+Blue) = 241+144+236=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F190EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190EC is #0E6F13. Grayscale: #B7B7B7. Windows color (decimal): -945940 or 15503601. OLE color: 15503601.

HSL color Cylindrical-coordinate representation of color #F190EC: hue angle of 303.09º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190EC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 236 -
CMYK 0 0.40 0.02 0.05
HSL 303.09º 0.78% 0.75% -
HSV(B) 303.09º 0.4% 0.95% -
XYZ 61.39 44.7 84.75 -
YUV 183.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 241 144 236 0 0.40 0.02 0.05 303.09 0.78 0.75
Hex F1 90 EC 0 28 2 5 12F 4E 4B
Octal 361 220 354 0 50 2 5 457 116 113
Binary 11110001 10010000 11101100 0 101000 10 101 100101111 1001110 1001011

Color Harmonies of #F190EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190EC

Black with #F190EC

Text Example


Text Example

White with #F190EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190EC; }

 p { color: rgb(241,144,236); }

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

background-color css

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

 a { background-color: rgb(241,144,236); }

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

border-color css

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

 span { border-color: rgb(241,144,236); }

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