Html Css Color HEX #F18EEA Violet

📋 copy color: '#F18EEA'

red 241 ◦ green 142 ◦ blue 234

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

Shades of Violet #F18EEA

Tints of Violet #F18EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 39.06%
G = 23.01%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F18EEA (or 0xF18EEA) is known color: Violet. HEX triplet: F1, 8E and EA. RGB value is (241,142,234). Sum of RGB (Red+Green+Blue) = 241+142+234=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EEA is #0E7115. Grayscale: #B5B5B5. Windows color (decimal): -946454 or 15372017. OLE color: 15372017.

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

Color convert

RGB 241 142 234 -
CMYK 0 0.41 0.03 0.05
HSL 304.24º 0.78% 0.75% -
HSV(B) 304.24º 0.41% 0.95% -
XYZ 60.8 43.99 83.13 -
YUV 182.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 241 142 234 0 0.41 0.03 0.05 304.24 0.78 0.75
Hex F1 8E EA 0 29 3 5 130 4E 4B
Octal 361 216 352 0 51 3 5 460 116 113
Binary 11110001 10001110 11101010 0 101001 11 101 100110000 1001110 1001011

Color Harmonies of #F18EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18EEA

Black with #F18EEA

Text Example


Text Example

White with #F18EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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