Html Css Color HEX #F180EC Violet

📋 copy color: '#F180EC'

red 241 ◦ green 128 ◦ blue 236

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

Shades of Violet #F180EC

Tints of Violet #F180EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.16%

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

R = 39.83%
G = 21.16%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F180EC (or 0xF180EC) is known color: Violet. HEX triplet: F1, 80 and EC. RGB value is (241,128,236). Sum of RGB (Red+Green+Blue) = 241+128+236=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F180EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180EC is #0E7F13. Grayscale: #ADADAD. Windows color (decimal): -950036 or 15499505. OLE color: 15499505.

HSL color Cylindrical-coordinate representation of color #F180EC: hue angle of 302.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180EC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 236 -
CMYK 0 0.47 0.02 0.05
HSL 302.65º 0.8% 0.72% -
HSV(B) 302.65º 0.47% 0.95% -
XYZ 59.14 40.2 84 -
YUV 174.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 241 128 236 0 0.47 0.02 0.05 302.65 0.8 0.72
Hex F1 80 EC 0 2F 2 5 12F 50 48
Octal 361 200 354 0 57 2 5 457 120 110
Binary 11110001 10000000 11101100 0 101111 10 101 100101111 1010000 1001000

Color Harmonies of #F180EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F180EC

Black with #F180EC

Text Example


Text Example

White with #F180EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F180EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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