Html Css Color HEX #F18EFF Violet

📋 copy color: '#F18EFF'

red 241 ◦ green 142 ◦ blue 255

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

Shades of Violet #F18EFF

Tints of Violet #F18EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.26%

 BLUE value IS 255 (100% from 255) = 39.97%

R = 37.77%
G = 22.26%
B = 39.97%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F18EFF (or 0xF18EFF) is known color: Violet. HEX triplet: F1, 8E and FF. RGB value is (241,142,255). Sum of RGB (Red+Green+Blue) = 241+142+255=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 142 (55.86% from 255 or 22.26% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #F18EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EFF is #0E7100. Grayscale: #B8B8B8. Windows color (decimal): -946433 or 16748273. OLE color: 16748273.

HSL color Cylindrical-coordinate representation of color #F18EFF: hue angle of 292.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18EFF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 142 255 -
CMYK 0.05 0.44 0 0
HSL 292.57º 1% 0.78% -
HSV(B) 292.57º 0.44% 1% -
XYZ 64 45.27 99.97 -
YUV 184.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 241 142 255 0.05 0.44 0 0 292.57 1 0.78
Hex F1 8E FF 5 2C 0 0 125 64 4E
Octal 361 216 377 5 54 0 0 445 144 116
Binary 11110001 10001110 11111111 101 101100 0 0 100100101 1100100 1001110

Color Harmonies of #F18EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18EFF

Black with #F18EFF

Text Example


Text Example

White with #F18EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18EFF; }

 p { color: rgb(241,142,255); }

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

background-color css

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

 a { background-color: rgb(241,142,255); }

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

border-color css

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

 span { border-color: rgb(241,142,255); }

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