Html Css Color HEX #F185EF Violet

📋 copy color: '#F185EF'

red 241 ◦ green 133 ◦ blue 239

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

Shades of Violet #F185EF

Tints of Violet #F185EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.7%

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

R = 39.31%
G = 21.7%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F185EF (or 0xF185EF) is known color: Violet. HEX triplet: F1, 85 and EF. RGB value is (241,133,239). Sum of RGB (Red+Green+Blue) = 241+133+239=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F185EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185EF is #0E7A10. Grayscale: #B1B1B1. Windows color (decimal): -948753 or 15697393. OLE color: 15697393.

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

Color convert

RGB 241 133 239 -
CMYK 0 0.45 0.01 0.05
HSL 301.11º 0.79% 0.73% -
HSV(B) 301.11º 0.45% 0.95% -
XYZ 60.24 41.71 86.54 -
YUV 177.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 241 133 239 0 0.45 0.01 0.05 301.11 0.79 0.73
Hex F1 85 EF 0 2D 1 5 12D 4F 49
Octal 361 205 357 0 55 1 5 455 117 111
Binary 11110001 10000101 11101111 0 101101 1 101 100101101 1001111 1001001

Color Harmonies of #F185EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185EF

Black with #F185EF

Text Example


Text Example

White with #F185EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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