Html Css Color HEX #F18CEF Violet

📋 copy color: '#F18CEF'

red 241 ◦ green 140 ◦ blue 239

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

Shades of Violet #F18CEF

Tints of Violet #F18CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.58%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 38.87%
G = 22.58%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F18CEF (or 0xF18CEF) is known color: Violet. HEX triplet: F1, 8C and EF. RGB value is (241,140,239). Sum of RGB (Red+Green+Blue) = 241+140+239=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CEF is #0E7310. Grayscale: #B5B5B5. Windows color (decimal): -946961 or 15699185. OLE color: 15699185.

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

Color convert

RGB 241 140 239 -
CMYK 0 0.42 0.01 0.05
HSL 301.19º 0.78% 0.75% -
HSV(B) 301.19º 0.42% 0.95% -
XYZ 61.23 43.69 86.87 -
YUV 181.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 241 140 239 0 0.42 0.01 0.05 301.19 0.78 0.75
Hex F1 8C EF 0 2A 1 5 12D 4E 4B
Octal 361 214 357 0 52 1 5 455 116 113
Binary 11110001 10001100 11101111 0 101010 1 101 100101101 1001110 1001011

Color Harmonies of #F18CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18CEF

Black with #F18CEF

Text Example


Text Example

White with #F18CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18CEF; }

 p { color: rgb(241,140,239); }

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

background-color css

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

 a { background-color: rgb(241,140,239); }

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

border-color css

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

 span { border-color: rgb(241,140,239); }

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